Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h195 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function
213 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader()
218 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit()
223 return InputKind(getLanguage(), F, isPreprocessed(), getHeaderUnitKind(), in withFormat()
258 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp980 !Input.getKind().isPreprocessed()) { in BeginSourceFile()
1019 Input.getKind().isPreprocessed() && !usesPreprocessorOnly()) { in BeginSourceFile()
1041 Input.isPreprocessed(), in BeginSourceFile()
1102 if (Input.isPreprocessed()) in BeginSourceFile()
H A DFrontendActions.cpp1139 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
H A DInitPreprocessor.cpp1651 if (FEOpts.DashX.isPreprocessed()) { in InitializePreprocessor()
H A DCompilerInvocation.cpp2951 StringRef Preprocessed = Opts.DashX.isPreprocessed() ? "-cpp-output" : ""; in GenerateFrontendArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp713 .isPreprocessed()) { in CreateCompileUnit()