Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendAction.h139 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/clang/lib/CodeGen/
DCodeGenAction.cpp786 if (getCurrentFileKind() == IK_LLVM_IR) { in ExecuteAction()