HomeSort by relevance Sort by last modified time
    Searched refs:PP (Results 226 - 250 of 798) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
TextDiagnosticPrinter.h 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Frontend/
ASTConsumers.h 43 Preprocessor &PP,
  /prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/
p_test.go 32 var PP P
33 var out *P = &PP
  /prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/
p_test.go 32 var PP P
33 var out *P = &PP
  /external/clang/lib/Parse/
Parser.cpp 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {
66 Ident__except = PP.getIdentifierInfo("__except");
71 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
72 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
76 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;
89 PP.addCommentHandler(CommentSemaHandler.get());
91 PP.setCodeCompletionHandler(*this);
110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd())
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
87 PP.Initialize(*Target);
88 PP.EnterMainSourceFile();
93 PP.Lex(tok);
115 ASSERT_EQ("M", PP.getSpelling(macroExpStartLoc, str));
116 ASSERT_EQ(")", PP.getSpelling(macroExpEndLoc, str));
203 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
207 PP.Initialize(*Target);
208 PP.EnterMainSourceFile();
213 PP.Lex(tok)
    [all...]
  /external/clang/include/clang/Lex/
PTHManager.h 74 /// PP - The Preprocessor object that will use this PTHManager to create
76 Preprocessor* PP;
134 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>