Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h139 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp353 setCurrentInput(FrontendInputFile(InputBuffer.release(), getCurrentFileKind(), in BeginSourceFileAction()
679 switch (getCurrentFileKind()) { in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp673 if (getCurrentFileKind() == IK_LLVM_IR) { in ExecuteAction()