/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 60 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 119 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 240 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 273 static void ParseAlignPragma(Sema &Actions, Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 331 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 337 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 344 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 426 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 469 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 507 PragmaFPContractHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
D | ParseAST.cpp | 40 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
|
/external/clang/test/SemaObjC/ |
D | arc-readonly-property-ivar.m | 4 @interface PP interface 10 @implementation PP { implementation
|
D | arc-readonly-property-ivar-1.m | 5 @interface PP interface 11 @implementation PP { implementation
|
D | check-dup-objc-decls-1.m | 35 @protocol PP<P> @end // expected-note {{previous definition is here}} protocol 36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}} protocol
|
/external/clang/lib/Lex/ |
D | MacroArgs.cpp | 27 bool VarargsElided, Preprocessor &PP) { in create() 73 void MacroArgs::destroy(Preprocessor &PP) { in destroy() 149 Preprocessor &PP) { in getPreExpArgument() 196 Preprocessor &PP, bool Charify, in StringifyArgument() 302 Preprocessor &PP, in getStringifiedArgument()
|
D | PPMacroExpansion.cpp | 71 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 118 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 584 Preprocessor &PP) { in ComputeDATE_TIME() 618 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature() 747 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension() 805 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 884 Preprocessor &PP) { in EvaluateHasInclude() 891 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext()
|
D | PPExpressions.cpp | 82 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 159 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 441 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
/external/clang/lib/Rewrite/Frontend/ |
D | HTMLPrint.cpp | 36 Preprocessor &PP; member in __anon38c41e640111::HTMLPrinter 51 Preprocessor &PP, in CreateHTMLPrinter()
|
D | RewriteMacros.cpp | 62 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile() 90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
|
D | RewriteTest.cpp | 19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { in DoRewriteTest()
|
D | InclusionRewriter.cpp | 36 Preprocessor &PP; ///< Used to find inclusion directives. member in __anon2843ed4a0111::InclusionRewriter 81 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, in InclusionRewriter() 339 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, in RewriteIncludesInInput()
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { in HandleComment() 64 Preprocessor *PP; member in clang::CommentHandlerVisitor 93 Preprocessor *PP; member in clang::CommentVerifier 96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
|
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 29 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback() 48 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen()
|
D | DependencyGraph.cpp | 30 const Preprocessor *PP; member in __anon4fd498020111::DependencyGraphCallback 66 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
|
D | PrintPreprocessedOutput.cpp | 36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition() 82 Preprocessor &PP; member in __anon36929d3e0111::PrintPPOutputPPCallbacks 496 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, in PrintPreprocessedTokens() 561 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { in DoPrintMacros() 593 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput()
|
D | DependencyFile.cpp | 33 const Preprocessor *PP; member in __anona8abbc300111::DependencyFileCallback 73 void clang::AttachDependencyFileGen(Preprocessor &PP, in AttachDependencyFileGen()
|
D | FrontendActions.cpp | 367 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 385 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 412 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local
|
D | TextDiagnosticPrinter.cpp | 40 const Preprocessor *PP) { in BeginSourceFile()
|
/external/clang/include/clang/Lex/ |
D | TokenConcatenation.h | 32 Preprocessor &PP; variable
|
D | PTHManager.h | 67 Preprocessor* PP; variable
|
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 28 PCHGenerator::PCHGenerator(const Preprocessor &PP, in PCHGenerator()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 68 Preprocessor PP(Diags, LangOpts, in TEST_F() local 183 Preprocessor PP(Diags, LangOpts, in TEST_F() local 280 Preprocessor PP(Diags, LangOpts, in TEST_F() local
|
/external/clang/include/clang/Frontend/ |
D | ChainedDiagnosticConsumer.h | 36 const Preprocessor *PP) { in BeginSourceFile()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | TextPathDiagnostics.cpp | 51 const Preprocessor &PP) { in createTextPathDiagnosticConsumer()
|