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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 120 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
122 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
125 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
140 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
142 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
145 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
170 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
CheckerDocumentation.cpp 179 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
LLVMConventionsChecker.cpp 48 return isa<TranslationUnitDecl>(ND->getDeclContext());
  /external/lldb/include/lldb/Core/
ClangForward.h 118 class TranslationUnitDecl;
  /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 124 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
211 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
slang_rs_check_ast.cpp 274 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
slang_rs_backend.cpp 129 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 518 void MigrationContext::traverse(TranslationUnitDecl *TU) {
  /external/clang/tools/libclang/
CursorVisitor.h 204 bool VisitTranslationUnitDecl(TranslationUnitDecl *D);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 413 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
501 typedef CheckerFn<void (const TranslationUnitDecl *,
Checker.h 70 const TranslationUnitDecl *TU,
  /external/clang/include/clang/AST/
DeclBase.h 53 class TranslationUnitDecl;
393 TranslationUnitDecl *getTranslationUnitDecl();
394 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 378 TranslationUnitDecl *TUDecl;
767 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
    [all...]
  /external/clang/lib/AST/
Decl.cpp 644 !isa<TranslationUnitDecl>(DC);
    [all...]
DeclPrinter.cpp 48 void VisitTranslationUnitDecl(TranslationUnitDecl *D);
176 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
320 void DeclPrinter::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]
ASTImporter.cpp 132 Decl *VisitTranslationUnitDecl(TranslationUnitDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 514 TranslationUnitDecl *TU = C.getTranslationUnitDecl();
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 157 clang::TranslationUnitDecl *translation_unit_decl = m_type_vendor.m_ast_ctx.getASTContext()->getTranslationUnitDecl();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 565 clang::TranslationUnitDecl * m_clang_tu_decl;
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 52 void VisitTranslationUnitDecl(TranslationUnitDecl *D);
199 void ASTDeclWriter::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]

Completed in 502 milliseconds

1 2 3