Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2902 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
3433 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
H A DSemaDeclCXX.cpp6055 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers()
7051 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
13492 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
13630 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
13779 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor()
15148 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor()
15281 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor()
17717 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
H A DSemaExprCXX.cpp600 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
999 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
H A DSemaDecl.cpp15075 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody()
15078 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody()
15231 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
15234 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
H A DSemaTemplate.cpp9835 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
10023 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaExpr.cpp18044 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced()
18064 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7400 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,