Searched refs:isPreprocessed (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 190 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function 208 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader() 213 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit() 218 return InputKind(getLanguage(), F, isPreprocessed(), getHeaderUnitKind(), in withFormat() 253 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 823 !Input.getKind().isPreprocessed()) { in BeginSourceFile() 862 Input.getKind().isPreprocessed() && !usesPreprocessorOnly()) { in BeginSourceFile() 884 Input.isPreprocessed(), in BeginSourceFile() 945 if (Input.isPreprocessed()) in BeginSourceFile()
|
| H A D | FrontendActions.cpp | 1075 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
|
| H A D | CompilerInvocation.cpp | 2693 StringRef Preprocessed = Opts.DashX.isPreprocessed() ? "-cpp-output" : ""; in GenerateFrontendArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 562 .isPreprocessed()) { in CreateCompileUnit()
|