Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2128 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
2568 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
HDSemaDeclCXX.cpp8977 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
9312 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
9451 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor()
10960 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor()
11132 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor()
13164 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
HDSemaExprCXX.cpp430 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
765 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
HDSemaDecl.cpp10805 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody()
10807 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody()
10857 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
10860 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
HDSemaTemplate.cpp7395 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
7555 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
HDSemaExpr.cpp12250 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced()
12270 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5186 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,