HomeSort by relevance Sort by last modified time
    Searched refs:PP (Results 151 - 175 of 798) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 39 /// PP - The current preprocessor object we are expanding for.
41 Preprocessor &PP;
110 MacroArgs *ActualArgs, Preprocessor &pp)
111 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
126 bool ownsTokens, Preprocessor &pp)
127 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
198 Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PreprocessorLexer.h 31 Preprocessor *PP; // Preprocessor object controlling lexing.
62 /// Note that in raw mode that the PP pointer may be null.
77 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 : PP(nullptr), InitialNumSLocEntries(0),
152 Preprocessor *getPP() const { return PP; }
155 assert(PP &&
TokenLexer.h 39 /// PP - The current preprocessor object we are expanding for.
41 Preprocessor &PP;
110 MacroArgs *ActualArgs, Preprocessor &pp)
111 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
126 bool ownsTokens, Preprocessor &pp)
127 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
198 Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PreprocessorLexer.h 31 Preprocessor *PP; // Preprocessor object controlling lexing.
62 /// Note that in raw mode that the PP pointer may be null.
77 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 : PP(nullptr), FID(), InitialNumSLocEntries(0),
152 Preprocessor *getPP() const { return PP; }
155 assert(PP &&
TokenLexer.h 41 /// PP - The current preprocessor object we are expanding for.
43 Preprocessor &PP;
112 MacroArgs *ActualArgs, Preprocessor &pp)
113 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
128 bool ownsTokens, Preprocessor &pp)
129 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
241 Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PreprocessorLexer.h 31 Preprocessor *PP; // Preprocessor object controlling lexing.
62 /// Note that in raw mode that the PP pointer may be null.
77 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 : PP(nullptr), FID(), InitialNumSLocEntries(0),
152 Preprocessor *getPP() const { return PP; }
155 assert(PP &&
TokenLexer.h 41 /// PP - The current preprocessor object we are expanding for.
43 Preprocessor &PP;
112 MacroArgs *ActualArgs, Preprocessor &pp)
113 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
128 bool ownsTokens, Preprocessor &pp)
129 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
241 Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PreprocessorLexer.h 31 Preprocessor *PP; // Preprocessor object controlling lexing.
62 /// Note that in raw mode that the PP pointer may be null.
77 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 : PP(nullptr), FID(), InitialNumSLocEntries(0),
152 Preprocessor *getPP() const { return PP; }
155 assert(PP &&
TokenLexer.h 41 /// PP - The current preprocessor object we are expanding for.
43 Preprocessor &PP;
112 MacroArgs *ActualArgs, Preprocessor &pp)
113 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
128 bool ownsTokens, Preprocessor &pp)
129 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
241 Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PreprocessorLexer.h 31 Preprocessor *PP; // Preprocessor object controlling lexing.
62 /// Note that in raw mode that the PP pointer may be null.
77 PreprocessorLexer(Preprocessor *pp, FileID fid);
80 : PP(nullptr), FID(), InitialNumSLocEntries(0),
152 Preprocessor *getPP() const { return PP; }
155 assert(PP &&
TokenLexer.h 41 /// PP - The current preprocessor object we are expanding for.
43 Preprocessor &PP;
112 MacroArgs *ActualArgs, Preprocessor &pp)
113 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
128 bool ownsTokens, Preprocessor &pp)
129 : Macro(nullptr), ActualArgs(nullptr), PP(pp), OwnsTokens(false) {
241 Preprocessor &PP);
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 38 Preprocessor &PP; ///< Used to find inclusion directives.
53 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers,
92 /// Initializes an InclusionRewriter with a \p PP source and \p OS destination.
93 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS,
96 : PP(PP), SM(PP.getSourceManager()), OS(OS), MainEOL("\n"),
321 PP.LookUpIdentifierInfo(RawToken);
353 PP.LookUpIdentifierInfo(Tok);
358 StringRef TmpName = PP.getSpelling(Tok, TmpBuffer, &Invalid)
    [all...]
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /external/clang/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Pragma.h 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 const Preprocessor *PP) override {
42 Primary->BeginSourceFile(LO, PP);
43 Secondary->BeginSourceFile(LO, PP);

Completed in 1137 milliseconds

1 2 3 4 5 67 8 91011>>