/external/clang/include/clang/Lex/ |
TokenConcatenation.h | 32 Preprocessor &PP; 59 TokenConcatenation(Preprocessor &PP);
|
PTHManager.h | 65 /// PP - The Preprocessor object that will use this PTHManager to create 67 Preprocessor* PP; 123 void setPreprocessor(Preprocessor *pp) { PP = pp; }
|
TokenLexer.h | 39 /// PP - The current preprocessor object we are expanding for. 41 Preprocessor &PP; 102 MacroArgs *ActualArgs, Preprocessor &pp) 103 : Macro(0), ActualArgs(0), PP(pp), OwnsTokens(false) { 118 bool ownsTokens, Preprocessor &pp) 119 : Macro(0), ActualArgs(0), PP(pp), OwnsTokens(false) {
|
PreprocessorLexer.h | 30 Preprocessor *PP; // Preprocessor object controlling lexing. 61 /// Note that in raw mode that the PP pointer may be null. 76 PreprocessorLexer(Preprocessor *pp, FileID fid); 79 : PP(0), InitialNumSLocEntries(0), 151 Preprocessor *getPP() const { return PP; } 154 assert(PP &&
|
LiteralSupport.h | 40 Preprocessor &PP; // needed for diagnostics 54 Preprocessor &PP); 148 SourceLocation Loc, Preprocessor &PP, 185 Preprocessor &PP, bool Complain = true);
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 30 const Preprocessor *PP; 47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { } 66 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, 68 PP.addPPCallbacks(new DependencyGraphCallback(&PP, OutputFile, SysRoot)); 83 SourceManager &SM = PP->getSourceManager(); 106 PP->getDiagnostics().Report(diag::err_fe_error_opening)
|
DependencyFile.cpp | 34 const Preprocessor *PP; 50 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets), 75 void clang::AttachDependencyFileGen(Preprocessor &PP, 78 PP.getDiagnostics().Report(diag::err_fe_dependency_file_requires_MT); 84 PP.SetSuppressIncludeNotFoundError(true); 86 PP.addPPCallbacks(new DependencyFileCallback(&PP, Opts)); 112 SourceManager &SM = PP->getSourceManager(); 177 PP->getDiagnostics().Report(diag::err_fe_error_opening)
|
ChainedIncludesSource.cpp | 33 Preprocessor &PP = CI.getPreprocessor(); 35 Reader.reset(new ASTReader(PP, CI.getASTContext(), /*isysroot=*/"", 46 PP.setPredefines(Reader->getSuggestedPredefines()); 122 Preprocessor &PP = Clang->getPreprocessor(); 123 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(), 124 PP.getLangOpts());
|
FrontendAction.cpp | 329 Preprocessor &PP = CI.getPreprocessor(); 330 PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(), 331 PP.getLangOpts());
|
FrontendActions.cpp | 451 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 452 SourceManager &SM = PP.getSourceManager(); 456 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); 462 PP.DumpToken(RawTok, true); 469 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 472 PP.EnterMainSourceFile(); 474 PP.Lex(Tok); 475 PP.DumpToken(Tok, true); 496 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 499 PP.AddPragmaHandler(new EmptyPragmaHandler()) [all...] |
PrintPreprocessedOutput.cpp | 36 Preprocessor &PP, raw_ostream &OS) { 72 OS << PP.getSpelling(*I, SpellingBuffer); 82 Preprocessor &PP; 100 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os, 102 : PP(pp), SM(PP.getSourceManager()), 103 ConcatInfo(PP), OS(os), DisableLineMarkers(lineMarkers), 114 UseLineDirective = PP.getLangOpts().MicrosoftExt; 374 PrintMacroDefinition(*MacroNameTok.getIdentifierInfo(), *MI, PP, OS) [all...] |
/external/clang/lib/Parse/ |
ParseAST.cpp | 56 const Preprocessor &PP = P.getPreprocessor(); 57 Tok.getLocation().print(OS, PP.getSourceManager()); 61 // Do the equivalent of PP.getSpelling(Tok) except for the parts that would 85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, 91 OwningPtr<Sema> S(new Sema(PP, Ctx, *Consumer, TUKind, CompletionConsumer));
|
/external/clang/lib/Rewrite/Frontend/ |
HTMLPrint.cpp | 36 Preprocessor &PP; 40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp, 42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight), 51 Preprocessor &PP, 54 return new HTMLPrinter(OS, PP, SyntaxHighlight, HighlightMacros); 62 if (PP.getDiagnostics().hasErrorOccurred()) 84 if (SyntaxHighlight) html::SyntaxHighlight(R, FID, PP); 85 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
|
InclusionRewriter.cpp | 40 Preprocessor &PP; ///< Used to find inclusion directives. 52 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers); 93 /// Initializes an InclusionRewriter with a \p PP source and \p OS destination. 94 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, 96 : PP(PP), SM(PP.getSourceManager()), OS(OS), PredefinesBuffer(0), 100 UseLineDirective = PP.getLangOpts().MicrosoftExt; 266 PP.LookUpIdentifierInfo(RawToken); 298 PP.LookUpIdentifierInfo(Tok) [all...] |
/external/clang/include/clang/AST/ |
CommentSema.h | 47 const Preprocessor *PP; 75 const Preprocessor *PP);
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 16 my $Module_PP = 'JSON::PP'; 22 # XS and PP common methods 40 /; # JSON::PP specific 58 if ($backend eq '1' or $backend =~ /JSON::XS\s*,\s*JSON::PP/) { 61 elsif ($backend eq '0' or $backend eq 'JSON::PP') { 299 local $^W; # if PP installed but invalid version, backportPP redefines methods. 306 _set_module( $JSON::Backend = $Module_PP ); # even if backportPP, set $Backend with 'JSON::PP' 307 JSON::Backend::PP->init; 378 elsif ( exists $INC{'JSON/PP.pm'} and $boolean eq 'JSON::PP::Boolean' ) [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 16 my $Module_PP = 'JSON::PP'; 22 # XS and PP common methods 40 /; # JSON::PP specific 58 if ($backend eq '1' or $backend =~ /JSON::XS\s*,\s*JSON::PP/) { 61 elsif ($backend eq '0' or $backend eq 'JSON::PP') { 299 local $^W; # if PP installed but invalid version, backportPP redefines methods. 306 _set_module( $JSON::Backend = $Module_PP ); # even if backportPP, set $Backend with 'JSON::PP' 307 JSON::Backend::PP->init; 378 elsif ( exists $INC{'JSON/PP.pm'} and $boolean eq 'JSON::PP::Boolean' ) [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 16 my $Module_PP = 'JSON::PP'; 22 # XS and PP common methods 40 /; # JSON::PP specific 58 if ($backend eq '1' or $backend =~ /JSON::XS\s*,\s*JSON::PP/) { 61 elsif ($backend eq '0' or $backend eq 'JSON::PP') { 299 local $^W; # if PP installed but invalid version, backportPP redefines methods. 306 _set_module( $JSON::Backend = $Module_PP ); # even if backportPP, set $Backend with 'JSON::PP' 307 JSON::Backend::PP->init; 378 elsif ( exists $INC{'JSON/PP.pm'} and $boolean eq 'JSON::PP::Boolean' ) [all...] |
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 180 explicit IdentifierResolver(Preprocessor &PP); 185 Preprocessor &PP;
|
/external/clang/unittests/Tooling/ |
CommentHandlerTest.cpp | 31 CommentHandlerVisitor() : base(), PP(0), Verified(false) { } 37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { 38 assert(&PP == this->PP && "Preprocessor changed!"); 41 SourceManager &SM = PP.getSourceManager(); 64 Preprocessor *PP; 77 V->PP = &CI.getPreprocessor(); 78 V->PP->addCommentHandler(V); 85 V->PP->removeCommentHandler(V); 93 Preprocessor *PP; [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 2 JSON::PP; 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 58 # Helper module sets @JSON::PP::_properties. 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json."); 323 return $self->value_to_json($obj) if ( $obj->isa('JSON::PP::Boolean') ); 418 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){ 1026 return $JSON::PP::true; 1038 return $JSON::PP::false; [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 2 JSON::PP; 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 58 # Helper module sets @JSON::PP::_properties. 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json."); 323 return $self->value_to_json($obj) if ( $obj->isa('JSON::PP::Boolean') ); 418 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){ 1026 return $JSON::PP::true; 1038 return $JSON::PP::false; [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 2 JSON::PP; 18 @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); 58 # Helper module sets @JSON::PP::_properties. 118 Carp::croak ("JSON::PP::to_json has been renamed to encode_json."); 123 Carp::croak ("JSON::PP::from_json has been renamed to decode_json."); 323 return $self->value_to_json($obj) if ( $obj->isa('JSON::PP::Boolean') ); 418 elsif( blessed($value) and $value->isa('JSON::PP::Boolean') ){ 1026 return $JSON::PP::true; 1038 return $JSON::PP::false; [all...] |
/frameworks/compile/slang/ |
slang_rs.cpp | 214 clang::Preprocessor &PP = getPreprocessor(); 219 PP.setPredefines(RSH.str());
|
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 84 IntrusiveRefCntPtr<Preprocessor> PP; 357 bool hasPreprocessor() const { return PP != 0; } 361 assert(PP && "Compiler instance has no preprocessor!"); 362 return *PP; 366 PP.resetWithoutRelease(); 552 Preprocessor &PP, ASTContext &Context, 564 createCodeCompletionConsumer(Preprocessor &PP, const std::string &Filename,
|