Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h187 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function
205 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader()
210 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit()
215 return InputKind(getLanguage(), F, isPreprocessed(), getHeaderUnitKind(), in withFormat()
250 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp804 !Input.getKind().isPreprocessed()) { in BeginSourceFile()
845 Input.getKind().isPreprocessed() && !usesPreprocessorOnly()) { in BeginSourceFile()
867 Input.isPreprocessed(), in BeginSourceFile()
925 if (Input.isPreprocessed()) in BeginSourceFile()
H A DFrontendActions.cpp1096 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
H A DCompilerInvocation.cpp2619 StringRef Preprocessed = Opts.DashX.isPreprocessed() ? "-cpp-output" : ""; in GenerateFrontendArgs()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp540 .isPreprocessed()) in CreateCompileUnit()