Searched refs:MarkVTableUsed (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2213 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass() 2721 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
|
| H A D | SemaDeclCXX.cpp | 5536 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers() 6189 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass() 11011 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 11146 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 11289 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor() 12602 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor() 12732 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor() 14993 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
|
| H A D | SemaExprCXX.cpp | 495 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 886 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
|
| H A D | SemaDecl.cpp | 13171 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody() 13173 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody() 13245 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody() 13248 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
|
| H A D | SemaTemplate.cpp | 8854 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation() 9034 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
|
| H A D | SemaExpr.cpp | 14714 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced() 14734 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5860 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
|