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

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 123 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
125 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
128 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
143 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
145 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
148 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
173 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
PaddingChecker.cpp 33 class PaddingChecker : public Checker<check::ASTDecl<TranslationUnitDecl>> {
40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
67 visitor.TraverseDecl(const_cast<TranslationUnitDecl *>(TUD));
CheckerDocumentation.cpp 195 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 31 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
  /external/clang/lib/Tooling/Core/
Lookup.cpp 99 isa<TranslationUnitDecl>(FromDecl->getDeclContext());
  /external/clang/lib/Frontend/
ASTMerge.cpp 61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.h 111 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
  /external/clang/lib/ARCMigrate/
Transforms.h 123 void traverse(TranslationUnitDecl *TU);
  /frameworks/compile/slang/
slang_rs_context.cpp 175 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
233 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl();
  /external/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 79 /// TranslationUnitDecl - The top declaration context.
80 class TranslationUnitDecl : public Decl, public DeclContext {
88 explicit TranslationUnitDecl(ASTContext &ctx);
95 static TranslationUnitDecl *Create(ASTContext &C);
99 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
100 return static_cast<DeclContext *>(const_cast<TranslationUnitDecl*>(D));
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
103 return static_cast<TranslationUnitDecl *>(const_cast<DeclContext*>(DC));
108 /// TranslationUnitDecl.
120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 380 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
471 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 378 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
468 typedef CheckerFn<void (const TranslationUnitDecl *,

Completed in 1043 milliseconds

1 2 3 4 5