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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
HTMLRewrite.h 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
Utils.h 66 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
71 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
81 virtual void attachToPreprocessor(Preprocessor &PP);
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
140 void attachToPreprocessor(Preprocessor &PP) override;
152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
167 void AttachHeaderIncludeGen(Preprocessor &PP,
174 void CacheTokens(Preprocessor &PP, raw_pwrite_stream *OS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
HTMLRewrite.h 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
Utils.h 66 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
71 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
81 virtual void attachToPreprocessor(Preprocessor &PP);
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
140 void attachToPreprocessor(Preprocessor &PP) override;
152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
167 void AttachHeaderIncludeGen(Preprocessor &PP,
174 void CacheTokens(Preprocessor &PP, raw_pwrite_stream *OS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Core/
HTMLRewrite.h 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
Utils.h 66 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
71 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
81 virtual void attachToPreprocessor(Preprocessor &PP);
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
140 void attachToPreprocessor(Preprocessor &PP) override;
152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
167 void AttachHeaderIncludeGen(Preprocessor &PP,
174 void CacheTokens(Preprocessor &PP, raw_pwrite_stream *OS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
HTMLRewrite.h 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
Utils.h 66 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
71 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
81 virtual void attachToPreprocessor(Preprocessor &PP);
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
140 void attachToPreprocessor(Preprocessor &PP) override;
152 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
167 void AttachHeaderIncludeGen(Preprocessor &PP,
174 void CacheTokens(Preprocessor &PP, raw_pwrite_stream *OS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
HTMLRewrite.h 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /external/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);
  /prebuilts/clang/host/darwin-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);
  /prebuilts/clang/host/darwin-x86/clang-4393122/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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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);
  /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);
  /prebuilts/clang/host/linux-x86/clang-4393122/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 &&

Completed in 824 milliseconds

1 2 3 4 56 7 8 91011>>