Home
last modified time | relevance | path

Searched refs:getCurrentFileKind (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h151 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1023 switch (getCurrentFileKind().getLanguage()) { in ExecuteAction()
1044 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1170 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) { in ExecuteAction()