Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h198 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function
216 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader()
221 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit()
226 return InputKind(getLanguage(), F, isPreprocessed(), getHeaderUnitKind(), in withFormat()
261 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp832 !Input.getKind().isPreprocessed()) { in BeginSourceFile()
871 Input.getKind().isPreprocessed() && !usesPreprocessorOnly()) { in BeginSourceFile()
893 Input.isPreprocessed(), in BeginSourceFile()
954 if (Input.isPreprocessed()) in BeginSourceFile()
H A DFrontendActions.cpp1111 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
H A DCompilerInvocation.cpp2772 StringRef Preprocessed = Opts.DashX.isPreprocessed() ? "-cpp-output" : ""; in GenerateFrontendArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp572 .isPreprocessed()) { in CreateCompileUnit()