Home
last modified time | relevance | path

Searched defs:PP (Results 1 – 25 of 76) sorted by relevance

1234

/external/clang/lib/Parse/
DParsePragma.cpp60 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 …]
DParseAST.cpp40 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
/external/clang/test/SemaObjC/
Darc-readonly-property-ivar.m4 @interface PP interface
10 @implementation PP { implementation
Darc-readonly-property-ivar-1.m5 @interface PP interface
11 @implementation PP { implementation
Dcheck-dup-objc-decls-1.m35 @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/
DMacroArgs.cpp27 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()
DPPMacroExpansion.cpp71 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()
DPPExpressions.cpp82 bool ValueLive, Preprocessor &PP) { in EvaluateDefined()
159 bool ValueLive, Preprocessor &PP) { in EvaluateValue()
441 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
/external/clang/lib/Rewrite/Frontend/
DHTMLPrint.cpp36 Preprocessor &PP; member in __anon38c41e640111::HTMLPrinter
51 Preprocessor &PP, in CreateHTMLPrinter()
DRewriteMacros.cpp62 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile()
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
DRewriteTest.cpp19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { in DoRewriteTest()
DInclusionRewriter.cpp36 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/
DCommentHandlerTest.cpp37 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/
DHeaderIncludeGen.cpp29 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback()
48 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen()
DDependencyGraph.cpp30 const Preprocessor *PP; member in __anon4fd498020111::DependencyGraphCallback
66 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
DPrintPreprocessedOutput.cpp36 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()
DDependencyFile.cpp33 const Preprocessor *PP; member in __anona8abbc300111::DependencyFileCallback
73 void clang::AttachDependencyFileGen(Preprocessor &PP, in AttachDependencyFileGen()
DFrontendActions.cpp367 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local
385 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local
412 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local
DTextDiagnosticPrinter.cpp40 const Preprocessor *PP) { in BeginSourceFile()
/external/clang/include/clang/Lex/
DTokenConcatenation.h32 Preprocessor &PP; variable
DPTHManager.h67 Preprocessor* PP; variable
/external/clang/lib/Serialization/
DGeneratePCH.cpp28 PCHGenerator::PCHGenerator(const Preprocessor &PP, in PCHGenerator()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp68 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/
DChainedDiagnosticConsumer.h36 const Preprocessor *PP) { in BeginSourceFile()
/external/clang/lib/StaticAnalyzer/Core/
DTextPathDiagnostics.cpp51 const Preprocessor &PP) { in createTextPathDiagnosticConsumer()

1234