HomeSort by relevance Sort by last modified time
    Searched refs:TranslationUnitDecl (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 115 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
117 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
120 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
135 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
137 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
140 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
158 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
CheckerDocumentation.cpp 179 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
LLVMConventionsChecker.cpp 48 return isa<TranslationUnitDecl>(ND->getDeclContext());
  /external/clang/lib/Frontend/
ASTMerge.cpp 59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
ASTConsumers.cpp 45 TranslationUnitDecl *D = Context.getTranslationUnitDecl();
  /frameworks/compile/slang/
slang_rs_context.cpp 143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
230 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
slang_rs_check_ast.cpp 289 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
slang_rs_backend.cpp 134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
  /external/clang/lib/ARCMigrate/
Transforms.h 123 void traverse(TranslationUnitDecl *TU);
TransGCAttrs.cpp 124 if (isa<TranslationUnitDecl>(D))
Transforms.cpp 516 void MigrationContext::traverse(TranslationUnitDecl *TU) {
ObjCMT.cpp 715 TranslationUnitDecl *TU = Ctx.getTranslationUnitDecl();
  /external/clang/tools/libclang/
CursorVisitor.h 204 bool VisitTranslationUnitDecl(TranslationUnitDecl *D);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 390 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
478 typedef CheckerFn<void (const TranslationUnitDecl *,
Checker.h 70 const TranslationUnitDecl *TU,
  /external/clang/include/clang/AST/
DeclBase.h 51 class TranslationUnitDecl;
396 TranslationUnitDecl *getTranslationUnitDecl();
397 const TranslationUnitDecl *getTranslationUnitDecl() const {
    [all...]
Decl.h 72 /// TranslationUnitDecl - The top declaration context.
73 class TranslationUnitDecl : public Decl, public DeclContext {
81 explicit TranslationUnitDecl(ASTContext &ctx)
91 static TranslationUnitDecl *Create(ASTContext &C);
95 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
96 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
98 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
99 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
    [all...]
ASTContext.h 371 TranslationUnitDecl *TUDecl;
735 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 48 void VisitTranslationUnitDecl(TranslationUnitDecl *D);
176 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
329 void DeclPrinter::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]
Decl.cpp 603 !isa<TranslationUnitDecl>(DC);
    [all...]
ASTImporter.cpp 132 Decl *VisitTranslationUnitDecl(TranslationUnitDecl *D);
    [all...]
ASTDumper.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 495 if (Node.get<TranslationUnitDecl>() ==
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 490 TranslationUnitDecl *TU = C.getTranslationUnitDecl();
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 52 void VisitTranslationUnitDecl(TranslationUnitDecl *D);
173 void ASTDeclWriter::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]

Completed in 936 milliseconds

1 2