/external/clang/test/SemaObjC/ |
D | arc-readonly-property-ivar.m | 5 @interface PP interface 11 @implementation PP { implementation
|
D | arc-readonly-property-ivar-1.m | 6 @interface PP interface 12 @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() 298 Preprocessor &PP, in getStringifiedArgument()
|
D | PPMacroExpansion.cpp | 74 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 139 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 416 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens() 817 Preprocessor &PP) { in ComputeDATE_TIME() 851 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature() 1003 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension() 1052 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1158 Preprocessor &PP) { in EvaluateHasInclude() 1165 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() 1186 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule()
|
D | PPExpressions.cpp | 83 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 170 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 459 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 639 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 698 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 814 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 858 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 925 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 931 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 938 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1020 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1081 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1127 PragmaFPContractHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
D | ParseAST.cpp | 56 const Preprocessor &PP = P.getPreprocessor(); in print() local 85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 127 Preprocessor &PP, in isExpandedFromConfigurationMacro() 160 Preprocessor &PP, in isConfigurationValue() 230 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() 253 Preprocessor &PP) { in shouldTreatSuccessorsAsReachable() 269 Preprocessor *PP, in scanFromBlock() 334 Preprocessor &PP, in scanMaybeReachableFromBlock() 348 Preprocessor &PP; member in __anondfaa0d780111::DeadCodeScan 356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan() 637 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
/external/clang/lib/Rewrite/Frontend/ |
D | HTMLPrint.cpp | 36 Preprocessor &PP; member in __anonac6c43950111::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 | 40 Preprocessor &PP; ///< Used to find inclusion directives. member in __anon0c12b37b0111::InclusionRewriter 89 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, in InclusionRewriter() 522 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 | 30 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback() 49 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen()
|
D | DependencyGraph.cpp | 30 const Preprocessor *PP; member in __anon841fbcf30111::DependencyGraphCallback 62 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 __anonaee8232f0111::PrintPPOutputPPCallbacks 595 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, in PrintPreprocessedTokens() 674 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { in DoPrintMacros() 706 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput()
|
D | TextDiagnosticPrinter.cpp | 40 const Preprocessor *PP) { in BeginSourceFile()
|
D | DependencyFile.cpp | 123 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() 135 const Preprocessor *PP; member in __anon9abd87010211::DFGImpl 194 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
|
/external/clang/include/clang/Lex/ |
D | TokenConcatenation.h | 32 Preprocessor &PP; variable
|
/external/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 27 PCHGenerator::PCHGenerator(const Preprocessor &PP, in PCHGenerator()
|
/external/clang/include/clang/Frontend/ |
D | ChainedDiagnosticConsumer.h | 36 const Preprocessor *PP) override { in BeginSourceFile()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 84 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local 201 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local 299 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 112 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, Pass *PP) { in InsertPreheaderForLoop() 159 static BasicBlock *rewriteLoopExitBlock(Loop *L, BasicBlock *Exit, Pass *PP) { in rewriteLoopExitBlock() 255 LoopInfo *LI, ScalarEvolution *SE, Pass *PP) { in separateNestedLoop() 477 ScalarEvolution *SE, Pass *PP, in simplifyOneLoop() 713 bool llvm::simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, Pass *PP, in simplifyLoop()
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 47 const Preprocessor *PP; variable
|