Home
last modified time | relevance | path

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

1234

/external/clang/test/SemaObjC/
Darc-readonly-property-ivar.m5 @interface PP interface
11 @implementation PP { implementation
Darc-readonly-property-ivar-1.m6 @interface PP interface
12 @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()
298 Preprocessor &PP, in getStringifiedArgument()
DPPMacroExpansion.cpp74 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()
DPPExpressions.cpp83 bool ValueLive, Preprocessor &PP) { in EvaluateDefined()
170 bool ValueLive, Preprocessor &PP) { in EvaluateValue()
459 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
/external/clang/lib/Parse/
DParsePragma.cpp639 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 …]
DParseAST.cpp56 const Preprocessor &PP = P.getPreprocessor(); in print() local
85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
/external/clang/lib/Analysis/
DReachableCode.cpp127 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/
DHTMLPrint.cpp36 Preprocessor &PP; member in __anonac6c43950111::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.cpp40 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/
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.cpp30 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback()
49 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen()
DDependencyGraph.cpp30 const Preprocessor *PP; member in __anon841fbcf30111::DependencyGraphCallback
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
DPrintPreprocessedOutput.cpp36 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()
DTextDiagnosticPrinter.cpp40 const Preprocessor *PP) { in BeginSourceFile()
DDependencyFile.cpp123 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/
DTokenConcatenation.h32 Preprocessor &PP; variable
/external/clang/lib/Serialization/
DGeneratePCH.cpp27 PCHGenerator::PCHGenerator(const Preprocessor &PP, in PCHGenerator()
/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h36 const Preprocessor *PP) override { in BeginSourceFile()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp84 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/
DLoopSimplify.cpp112 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/
DCommentSema.h47 const Preprocessor *PP; variable

1234