Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParsePragma.cpp29 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
35 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
41 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
47 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
53 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
59 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
65 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
71 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
77 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
84 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
[all …]
/external/clang/lib/Lex/
DPragma.cpp43 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP, in HandlePragma() function in EmptyPragmaHandler
78 void PragmaNamespace::HandlePragma(Preprocessor &PP, in HandlePragma() function in PragmaNamespace
96 Handler->HandlePragma(PP, Introducer, Tok); in HandlePragma()
117 PragmaHandlers->HandlePragma(*this, Introducer, Tok); in HandlePragmaDirective()
813 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
824 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
833 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
843 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
851 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
859 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function
[all …]
/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,
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp572 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma() function