Searched refs:isPreprocessed (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 185 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function 203 return InputKind(getLanguage(), getFormat(), isPreprocessed(), in getHeader() 208 return InputKind(getLanguage(), getFormat(), isPreprocessed(), HU, in withHeaderUnit() 213 return InputKind(getLanguage(), F, isPreprocessed(), getHeaderUnitKind(), in withFormat() 248 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 816 !Input.getKind().isPreprocessed()) { in BeginSourceFile() 857 Input.getKind().isPreprocessed() && !usesPreprocessorOnly()) { in BeginSourceFile() 879 Input.isPreprocessed(), in BeginSourceFile() 940 if (Input.isPreprocessed()) in BeginSourceFile()
|
| H A D | FrontendActions.cpp | 1044 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
|
| H A D | CompilerInvocation.cpp | 2636 StringRef Preprocessed = Opts.DashX.isPreprocessed() ? "-cpp-output" : ""; in GenerateFrontendArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 555 .isPreprocessed()) in CreateCompileUnit()
|