Searched refs:MarkVTableUsed (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2858 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass() 3378 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
|
| H A D | SemaDeclCXX.cpp | 5960 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers() 6946 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass() 13291 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 13428 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 13577 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor() 14948 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor() 15082 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor() 17446 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
|
| H A D | SemaExprCXX.cpp | 597 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 996 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
|
| H A D | SemaDecl.cpp | 14554 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody() 14556 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody() 14669 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody() 14672 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
|
| H A D | SemaTemplate.cpp | 9733 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation() 9921 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
|
| H A D | SemaExpr.cpp | 17149 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced() 17169 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7103 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
|