Home
last modified time | relevance | path

Searched refs:Introducer (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/Lex/
DPragma.cpp44 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/
DParsePragma.cpp29 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/
DPragma.cpp67 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/
DParsePragma.cpp30 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/
DPragma.h74 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
88 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
120 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
DPPCallbacks.h186 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()
DPreprocessor.h2358 void HandlePragmaDirective(PragmaIntroducer Introducer);
/external/clang/include/clang/Lex/
DPragma.h67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
DPPCallbacks.h163 PragmaIntroducerKind Introducer) { in PragmaDirective() argument
DPreprocessor.h1922 PragmaIntroducerKind Introducer);
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp62 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() argument
/external/llvm-project/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp62 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() argument
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp178 PragmaIntroducerKind Introducer) { in PragmaDirective() argument
181 appendArgument("Introducer", Introducer, PragmaIntroducerKindStrings); in PragmaDirective()
DPPCallbacksTracker.h107 PragmaIntroducerKind Introducer) override;
/external/clang/docs/
DClangPlugins.rst58 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
/external/llvm-project/clang/docs/
DClangPlugins.rst58 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp584 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp667 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma()
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst326 Introducer (PIK_HashPragma|PIK__Pragma|PIK___pragma) PragmaIntroducerKind …
333 Introducer: PIK_HashPragma