HomeSort by relevance Sort by last modified time
    Searched refs:HandlePragma (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Lex/
Pragma.h 52 /// name (e.g. "pack") and the HandlePragma method is invoked when a pragma with
67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /frameworks/compile/slang/
slang_pragma_recorder.h 48 virtual void HandlePragma(clang::Preprocessor &PP,
slang_rs_pragma_handler.h 67 virtual void HandlePragma(clang::Preprocessor &PP,
slang_rs_pragma_handler.cpp 46 void HandlePragma(clang::Preprocessor &PP,
58 void HandlePragma(clang::Preprocessor &PP,
133 void HandlePragma(clang::Preprocessor &PP,
163 void HandlePragma(clang::Preprocessor &PP,
178 void HandlePragma(clang::Preprocessor &PP,
slang_pragma_recorder.cpp 55 void PragmaRecorder::HandlePragma(clang::Preprocessor &PP,
  /external/clang/lib/Parse/
ParsePragma.cpp 27 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
33 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
39 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
45 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
51 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
57 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
63 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
69 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
75 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
82 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 42 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP,
79 void PragmaNamespace::HandlePragma(Preprocessor &PP,
97 Handler->HandlePragma(PP, Introducer, Tok);
118 PragmaHandlers->HandlePragma(*this, Introducer, Tok);
814 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
825 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
834 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
844 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
852 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
860 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 568 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,

Completed in 142 milliseconds