Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2858 MarkVTableUsed(PointOfInstantiation, Instantiation, true); in InstantiateClass()
3378 MarkVTableUsed(PointOfInstantiation, Record, true); in InstantiateClassMembers()
H A DSemaDeclCXX.cpp5960 S.MarkVTableUsed(Class->getLocation(), Class, true); in ReferenceDllExportedMembers()
6946 MarkVTableUsed(Record->getInnerLocStart(), Record); in CheckCompletedCXXClass()
13099 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
13236 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
13385 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDestructor()
14752 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitCopyConstructor()
14886 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitMoveConstructor()
17241 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, in MarkVTableUsed() function in Sema
H A DSemaExprCXX.cpp577 MarkVTableUsed(TypeidLoc, RecordD); in BuildCXXTypeId()
979 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
H A DSemaDecl.cpp14498 MarkVTableUsed(FD->getLocation(), Constructor->getParent()); in ActOnFinishFunctionBody()
14500 MarkVTableUsed(FD->getLocation(), Destructor->getParent()); in ActOnFinishFunctionBody()
14613 MarkVTableUsed(Definition->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
14616 MarkVTableUsed(FD->getLocation(), MD->getParent(), true); in ActOnFinishFunctionBody()
H A DSemaTemplate.cpp9733 MarkVTableUsed(TemplateNameLoc, Specialization, true); in ActOnExplicitInstantiation()
9921 MarkVTableUsed(NameLoc, RecordDef, true); in ActOnExplicitInstantiation()
H A DSemaExpr.cpp16988 MarkVTableUsed(Loc, Destructor->getParent()); in MarkFunctionReferenced()
17008 MarkVTableUsed(Loc, MethodDecl->getParent()); in MarkFunctionReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7033 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,