Searched refs:MarkVTableUsed (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2902 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass() 3433 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
|
| H A D | SemaDeclCXX.cpp | 6055 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 D | SemaExprCXX.cpp | 600 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 999 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
|
| H A D | SemaDecl.cpp | 15075 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 D | SemaTemplate.cpp | 9835 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation() 10023 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
|
| H A D | SemaExpr.cpp | 18044 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced() 18064 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7400 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
|