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

/external/clang/include/clang/Frontend/
H A DFrontendAction.h37 FrontendInputFile CurrentInput; member in class:clang::FrontendAction
126 assert(!CurrentInput.isEmpty() && "No current file!");
131 return CurrentInput;
135 assert(!CurrentInput.isEmpty() && "No current file!");
136 return CurrentInput.getFile();
140 assert(!CurrentInput.isEmpty() && "No current file!");
141 return CurrentInput.getKind();
153 void setCurrentInput(const FrontendInputFile &CurrentInput,
/external/clang/lib/Frontend/
H A DFrontendAction.cpp131 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, argument
133 this->CurrentInput = CurrentInput;
254 if (!CI.InitializeSourceManager(CurrentInput))
307 // BeginSourceFileAction, which may change CurrentInput during module builds.
308 if (!CI.InitializeSourceManager(CurrentInput))

Completed in 170 milliseconds