Searched refs:PragmaIntroducer (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 51 struct PragmaIntroducer { struct 74 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, argument 88 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 120 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
|
H A D | Preprocessor.h | 2842 void HandlePragmaDirective(PragmaIntroducer Introducer);
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 36 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 42 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 48 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 54 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 61 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 70 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 76 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 82 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 88 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, 94 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 68 PragmaIntroducer Introducer, in HandlePragma() 108 PragmaIntroducer Introducer, Token &Tok) { in HandlePragma() 167 void Preprocessor::HandlePragmaDirective(PragmaIntroducer Introducer) { in HandlePragmaDirective() 1001 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1013 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1023 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1034 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1044 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1053 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() 1250 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 852 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma()
|