Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h151 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp865 switch (getCurrentFileKind().getLanguage()) { in ExecuteAction()
885 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1041 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) { in ExecuteAction()