Searched refs:PragmaIntroducerKind (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Pragma.h | 32 enum PragmaIntroducerKind { enum 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
|
D | PPCallbacks.h | 163 PragmaIntroducerKind Introducer) { in PragmaDirective()
|
D | Preprocessor.h | 1922 PragmaIntroducerKind Introducer);
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 30 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 36 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 42 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 48 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 54 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 60 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 66 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 72 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 78 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 85 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, [all …]
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 44 PragmaIntroducerKind Introducer, in HandlePragma() 79 PragmaIntroducerKind Introducer, in HandlePragma() 106 PragmaIntroducerKind Introducer) { in HandlePragmaDirective() 813 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 824 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 833 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 843 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 851 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 859 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() 971 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() [all …]
|
/external/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 62 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()
|
/external/clang/docs/ |
D | ClangPlugins.rst | 58 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 584 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()
|