Searched refs:MarkVTableUsed (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 6151 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 D | SemaTemplateInstantiate.cpp | 3643 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass() 4145 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
|
| H A D | SemaCast.cpp | 951 Self.MarkVTableUsed(OpRange.getBegin(), DestDecl); in CheckDynamicCast()
|
| H A D | SemaDecl.cpp | 15887 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 D | SemaExprCXX.cpp | 606 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 1026 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
|
| H A D | SemaTemplate.cpp | 9622 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation() 9802 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
|
| H A D | SemaExpr.cpp | 17960 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced() 17980 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5405 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
|