Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendAction.h131 InputKind getCurrentFileKind() const { in getCurrentFileKind() function
/external/clang/lib/Frontend/
DFrontendActions.cpp280 setCurrentInput(FrontendInputFile(InputBuffer, getCurrentFileKind(), in BeginSourceFileAction()
433 switch (getCurrentFileKind()) { in ExecuteAction()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp367 if (getCurrentFileKind() == IK_LLVM_IR) { in ExecuteAction()