/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 68 PragmaIntroducer Introducer, in HandlePragma() argument 108 PragmaIntroducer Introducer, Token &Tok) { in HandlePragma() argument 124 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma() 167 void Preprocessor::HandlePragmaDirective(PragmaIntroducer Introducer) { in HandlePragmaDirective() argument 169 Callbacks->PragmaDirective(Introducer.Loc, Introducer.Kind); in HandlePragmaDirective() 178 PragmaHandlers->HandlePragma(*this, Introducer, Tok); 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() [all …]
|
/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/include/clang/Lex/ |
H A 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,
|
H A D | PPCallbacks.h | 229 PragmaIntroducerKind Introducer) { in PragmaDirective() argument 567 PragmaIntroducerKind Introducer) override { in PragmaDirective() argument 568 First->PragmaDirective(Loc, Introducer); in PragmaDirective() 569 Second->PragmaDirective(Loc, Introducer); in PragmaDirective()
|
H A D | Preprocessor.h | 2842 void HandlePragmaDirective(PragmaIntroducer Introducer);
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3355 DeclarationName Name, BaseUsingDecl *Introducer, 3365 BaseUsingDecl *Introducer, NamedDecl *Target) { in Create() argument 3367 UsingShadowDecl(UsingShadow, C, DC, Loc, Name, Introducer, Target); in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 852 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3109 BaseUsingDecl *Introducer, NamedDecl *Target) in UsingShadowDecl() argument 3111 UsingOrNextShadow(Introducer) { in UsingShadowDecl()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 21933 # 1. the first with Command Sequence Introducer starting with escape 21935 # 2. the second with Command Sequence Introducer starting with escape 24493 # SCI Single-Char Introducer \E Z - - - 24731 # Intro an Introducer of some kind of defined sequence; the normal 7-bit 24732 # X3.64 Control Sequence Introducer is the two characters "Escape ["
|