Home
last modified time | relevance | path

Searched refs:MarkVTableUsed (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3481 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
4014 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
H A DSemaDeclCXX.cpp6294 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 DSemaCast.cpp943 Self.MarkVTableUsed(OpRange.getBegin(), DestDecl); in CheckDynamicCast()
H A DSemaExprCXX.cpp609 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
1029 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
H A DSemaDecl.cpp16091 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 DSemaTemplate.cpp10400 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
10581 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaExpr.cpp18979 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 DSema.h7831 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,