/external/clang/lib/Lex/ |
D | Pragma.cpp | 44 PragmaIntroducerKind Introducer, in HandlePragma() argument 79 PragmaIntroducerKind Introducer, in HandlePragma() argument 96 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma() 106 PragmaIntroducerKind Introducer) { in HandlePragmaDirective() argument 108 Callbacks->PragmaDirective(IntroducerLoc, Introducer); in HandlePragmaDirective() 117 PragmaHandlers->HandlePragma(*this, Introducer, Tok); 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() [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/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 67 PragmaIntroducer Introducer, in HandlePragma() argument 107 PragmaIntroducer Introducer, Token &Tok) { in HandlePragma() argument 123 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma() 166 void Preprocessor::HandlePragmaDirective(PragmaIntroducer Introducer) { in HandlePragmaDirective() argument 168 Callbacks->PragmaDirective(Introducer.Loc, Introducer.Kind); in HandlePragmaDirective() 177 PragmaHandlers->HandlePragma(*this, Introducer, Tok); in HandlePragmaDirective() 981 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 993 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1003 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1014 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() [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/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,
|
D | PPCallbacks.h | 186 PragmaIntroducerKind Introducer) { in PragmaDirective() argument 448 PragmaIntroducerKind Introducer) override { in PragmaDirective() argument 449 First->PragmaDirective(Loc, Introducer); in PragmaDirective() 450 Second->PragmaDirective(Loc, Introducer); in PragmaDirective()
|
D | Preprocessor.h | 2358 void HandlePragmaDirective(PragmaIntroducer Introducer);
|
/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,
|
D | PPCallbacks.h | 163 PragmaIntroducerKind Introducer) { in PragmaDirective() argument
|
D | Preprocessor.h | 1922 PragmaIntroducerKind Introducer);
|
/external/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 62 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() argument
|
/external/llvm-project/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 62 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() argument
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.cpp | 178 PragmaIntroducerKind Introducer) { in PragmaDirective() argument 181 appendArgument("Introducer", Introducer, PragmaIntroducerKindStrings); in PragmaDirective()
|
D | PPCallbacksTracker.h | 107 PragmaIntroducerKind Introducer) override;
|
/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()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 667 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma()
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 326 Introducer (PIK_HashPragma|PIK__Pragma|PIK___pragma) PragmaIntroducerKind … 333 Introducer: PIK_HashPragma
|