Home
last modified time | relevance | path

Searched refs:IgnorePragmas (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp75 PP.IgnorePragmas(); in ExecuteAction()
1010 PP.IgnorePragmas(); in ExecuteAction()
H A DPrintPreprocessedOutput.cpp1046 PP.IgnorePragmas(); in DoPrintMacros()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp557 PP.IgnorePragmas(); in RewriteIncludesInInput()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1559 void IgnorePragmas();
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp2196 void Preprocessor::IgnorePragmas() { in IgnorePragmas() function in Preprocessor