Searched refs:CurrentInput (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DFrontendAction.h30 FrontendInputFile CurrentInput; member in class:clang::FrontendAction
112 assert(!CurrentInput.File.empty() && "No current file!");
117 return CurrentInput;
121 assert(!CurrentInput.File.empty() && "No current file!");
122 return CurrentInput.File;
126 assert(!CurrentInput.File.empty() && "No current file!");
127 return CurrentInput.Kind;
139 void setCurrentInput(const FrontendInputFile &CurrentInput, ASTUnit *AST = 0);
/external/clang/lib/Frontend/
H A DFrontendAction.cpp119 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, argument
121 this->CurrentInput = CurrentInput;

Completed in 283 milliseconds