Home
last modified time | relevance | path

Searched refs:PragmaIntroducerKind (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
DPragma.h32 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,
DPPCallbacks.h163 PragmaIntroducerKind Introducer) { in PragmaDirective()
DPreprocessor.h1922 PragmaIntroducerKind Introducer);
/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/clang/lib/Lex/
DPragma.cpp44 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/
DAnnotateFunctions.cpp62 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()
/external/clang/docs/
DClangPlugins.rst58 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp584 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()