/external/clang/lib/Lex/ |
D | Pragma.cpp | 43 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP, in HandlePragma() function in EmptyPragmaHandler 78 void PragmaNamespace::HandlePragma(Preprocessor &PP, in HandlePragma() function in PragmaNamespace 96 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma() 117 PragmaHandlers->HandlePragma(*this, Introducer, Tok); in HandlePragmaDirective() 813 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function 824 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function 833 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function 843 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function 851 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function 859 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function [all …]
|
/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/llvm-project/clang/lib/Parse/ |
D | ParsePragma.cpp | 29 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 35 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 41 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 47 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 54 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 63 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 69 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 75 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 81 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 87 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, [all …]
|
/external/clang/include/clang/Lex/ |
D | Pragma.h | 67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, 117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Pragma.h | 74 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 88 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 120 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
|
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 66 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP, in HandlePragma() function in EmptyPragmaHandler 106 void PragmaNamespace::HandlePragma(Preprocessor &PP, in HandlePragma() function in PragmaNamespace 123 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma() 177 PragmaHandlers->HandlePragma(*this, Introducer, Tok); in HandlePragmaDirective() 981 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function 993 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function 1003 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function 1014 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function 1024 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function 1033 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function [all …]
|
/external/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 62 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function in __anonde55cb600111::PragmaAnnotateHandler
|
/external/llvm-project/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 62 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function in __anon1e2e668e0111::PragmaAnnotateHandler
|
/external/clang/docs/ |
D | ClangPlugins.rst | 58 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
|
/external/llvm-project/clang/docs/ |
D | ClangPlugins.rst | 58 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 584 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 667 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
|