HomeSort by relevance Sort by last modified time
    Searched defs:PP (Results 51 - 75 of 263) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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);
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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(nullptr), InitialNumSLocEntries(0),
151 Preprocessor *getPP() const { return PP; }
154 assert(PP &&
  /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/
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/
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/
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/
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/
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/include/clang/Lex/
PTHManager.h 74 /// PP - The Preprocessor object that will use this PTHManager to create
76 Preprocessor* PP;
134 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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(nullptr), InitialNumSLocEntries(0),
151 Preprocessor *getPP() const { return PP; }
154 assert(PP &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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(nullptr), InitialNumSLocEntries(0),
151 Preprocessor *getPP() const { return PP; }
154 assert(PP &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PTHManager.h 71 /// PP - The Preprocessor object that will use this PTHManager to create
73 Preprocessor* PP;
131 void setPreprocessor(Preprocessor *pp) { PP = pp; }
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 &&

Completed in 1151 milliseconds

1 23 4 5 6 7 8 91011