Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h152 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1118 switch (getCurrentFileKind().getLanguage()) { in ExecuteAction()
1139 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1110 if (getCurrentFileKind().getLanguage() != Language::LLVM_IR) { in ExecuteAction()