Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendAction.h139 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h151 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/external/clang/lib/Frontend/
DFrontendActions.cpp376 setCurrentInput(FrontendInputFile(InputBuffer.release(), getCurrentFileKind(), in BeginSourceFileAction()
723 switch (getCurrentFileKind()) { in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp866 switch (getCurrentFileKind().getLanguage()) { in ExecuteAction()
885 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp786 if (getCurrentFileKind() == IK_LLVM_IR) { in ExecuteAction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp1082 if (getCurrentFileKind().getLanguage() == Language::LLVM_IR) { in ExecuteAction()