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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h151 InputKind getCurrentFileKind() const { function in class:clang::FrontendAction
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp857 switch (getCurrentFileKind().getLanguage()) {
876 if (getCurrentFileKind().isPreprocessed())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1111 if (getCurrentFileKind().getLanguage() == Language::LLVM_IR) {

Completed in 61 milliseconds