Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2213 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
2721 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
H A DSemaDeclCXX.cpp5536 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 DSemaExprCXX.cpp495 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
886 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
H A DSemaDecl.cpp13171 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 DSemaTemplate.cpp8854 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
9034 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaExpr.cpp14714 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 DSema.h5860 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,