Home
last modified time | relevance | path

Searched refs:MarkVTableUsed (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6151 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers()
7183 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
13912 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
14052 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
14201 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor()
15612 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor()
15751 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor()
18437 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
H A DSemaTemplateInstantiate.cpp3643 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
4145 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
H A DSemaCast.cpp951 Self.MarkVTableUsed(OpRange.getBegin(), DestDecl); in CheckDynamicCast()
H A DSemaDecl.cpp15887 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody()
15890 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody()
16049 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
16052 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
18085 MarkVTableUsed(RD->getLocation(), RD, /*DefinitionRequired=*/true); in ActOnTagFinishDefinition()
H A DSemaExprCXX.cpp606 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
1026 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
H A DSemaTemplate.cpp9622 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
9802 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaExpr.cpp17960 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced()
17980 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5405 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,