Home
last modified time | relevance | path

Searched refs:HandlePragma (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPragma.h74 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
88 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
120 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp67 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP, in HandlePragma() function in EmptyPragmaHandler
107 void PragmaNamespace::HandlePragma(Preprocessor &PP, in HandlePragma() function in PragmaNamespace
124 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma()
178 PragmaHandlers->HandlePragma(*this, Introducer, Tok); in HandlePragmaDirective()
1001 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
1013 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
1023 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
1034 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
1044 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
1053 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp36 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-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp852 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma() function