Searched refs:MarkVTableUsed (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp307 MarkVTableUsed(E->getLocStart(),
588 MarkVTableUsed(Definition->getLocation(), *I, true);
H A DSemaTemplateInstantiate.cpp2210 MarkVTableUsed(PointOfInstantiation, Instantiation, true);
2305 MarkVTableUsed(PointOfInstantiation, ClassTemplateSpec, true);
2597 MarkVTableUsed(PointOfInstantiation, Record, true);
H A DSemaCast.cpp656 Self.MarkVTableUsed(OpRange.getBegin(),
669 Self.MarkVTableUsed(OpRange.getBegin(),
H A DSemaExprCXX.cpp392 MarkVTableUsed(TypeidLoc, RecordD);
682 MarkVTableUsed(ThrowLoc, RD);
H A DSemaTemplate.cpp7063 MarkVTableUsed(TemplateNameLoc, Specialization, true);
7201 MarkVTableUsed(NameLoc, RecordDef, true);
H A DSemaDeclCXX.cpp8176 MarkVTableUsed(CurrentLocation, ClassDecl);
8515 MarkVTableUsed(CurrentLocation, ClassDecl);
8647 MarkVTableUsed(CurrentLocation, ClassDecl);
12196 void Sema::MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class, function in class:Sema
H A DSemaExpr.cpp11195 MarkVTableUsed(Loc, Constructor->getParent());
11202 MarkVTableUsed(Loc, Destructor->getParent());
11221 MarkVTableUsed(Loc, MethodDecl->getParent());
H A DSemaInit.cpp5703 S.MarkVTableUsed(CurInit.get()->getLocStart(),
H A DSemaDecl.cpp9797 MarkVTableUsed(FD->getLocation(), Constructor->getParent());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4767 void MarkVTableUsed(SourceLocation Loc, CXXRecordDecl *Class,

Completed in 463 milliseconds