Searched refs:MarkVTableUsed (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3481 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass() 4014 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
|
| H A D | SemaDeclCXX.cpp | 6294 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers() 7304 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass() 14040 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 14178 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 14327 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor() 15733 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor() 15869 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor() 18625 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
|
| H A D | SemaCast.cpp | 943 Self.MarkVTableUsed(OpRange.getBegin(), DestDecl); in CheckDynamicCast()
|
| H A D | SemaExprCXX.cpp | 609 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId() 1029 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
|
| H A D | SemaDecl.cpp | 16091 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody() 16094 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody() 16253 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody() 16256 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
|
| H A D | SemaTemplate.cpp | 10400 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation() 10581 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
|
| H A D | SemaExpr.cpp | 18979 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced() 18999 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7831 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,
|