Home
last modified time | relevance | path

Searched defs:PP (Results 1 – 25 of 99) 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()
148 Preprocessor &PP) { in getPreExpArgument()
195 Preprocessor &PP, bool Charify, in StringifyArgument()
298 Preprocessor &PP, in getStringifiedArgument()
DPPMacroExpansion.cpp271 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro()
344 Preprocessor &PP) { in isTrivialSingleTokenExpansion()
612 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens()
1013 Preprocessor &PP) { in ComputeDATE_TIME()
1047 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature()
1218 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension()
1269 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon()
1379 Preprocessor &PP) { in EvaluateHasInclude()
1386 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext()
1416 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule()
DPPExpressions.cpp83 bool ValueLive, Preprocessor &PP) { in EvaluateDefined()
164 bool ValueLive, Preprocessor &PP) { in EvaluateValue()
458 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo()
238 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
DPPDirectives.cpp118 static MacroDiag shouldWarnOnMacroDef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroDef()
130 static MacroDiag shouldWarnOnMacroUndef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroUndef()
747 Preprocessor *PP; member in Preprocessor::ResetMacroExpansionHelper
939 unsigned DiagID, Preprocessor &PP, in GetLineValue()
1064 Preprocessor &PP) { in ReadLineMarkerFlags()
1440 static void EnterAnnotationToken(Preprocessor &PP, in EnterAnnotationToken()
1457 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport()
/external/clang/lib/Parse/
DParsePragma.cpp883 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
944 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1061 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1107 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma()
1176 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1182 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1189 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1271 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1334 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
1381 PragmaFPContractHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
[all …]
DParseAST.cpp70 const Preprocessor &PP = P.getPreprocessor(); in print() local
99 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 __anon17ba708d0111::DeadCodeScan
356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan()
637 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
/external/clang/lib/Frontend/Rewrite/
DHTMLPrint.cpp36 Preprocessor &PP; member in __anon8c15b50a0111::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.cpp38 Preprocessor &PP; ///< Used to find inclusion directives. member in __anonaf7cc9f00111::InclusionRewriter
93 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, in InclusionRewriter()
576 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, in RewriteIncludesInInput()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { 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/
DDependencyGraph.cpp30 const Preprocessor *PP; member in __anon01d539480111::DependencyGraphCallback
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
DHeaderIncludeGen.cpp30 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback()
76 void clang::AttachHeaderIncludeGen(Preprocessor &PP, in AttachHeaderIncludeGen()
DPrintPreprocessedOutput.cpp36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition()
81 Preprocessor &PP; member in __anon05ab24840111::PrintPPOutputPPCallbacks
607 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, in PrintPreprocessedTokens()
686 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { in DoPrintMacros()
719 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput()
DTextDiagnosticPrinter.cpp40 const Preprocessor *PP) { in BeginSourceFile()
/external/clang/include/clang/Lex/
DTokenConcatenation.h32 Preprocessor &PP; variable
/external/clang/lib/Serialization/
DGeneratePCH.cpp27 const Preprocessor &PP, StringRef OutputFile, in PCHGenerator()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local
200 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local
298 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local
/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h41 const Preprocessor *PP) override { in BeginSourceFile()
/external/clang/include/clang/AST/
DCommentSema.h47 const Preprocessor *PP; variable

1234