Searched refs:CurrentInput (Results 1 - 3 of 3) 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();
151 void setCurrentInput(const FrontendInputFile &CurrentInput,
/external/clang/lib/Frontend/
H A DFrontendAction.cpp129 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, argument
131 this->CurrentInput = CurrentInput;
249 if (!CI.InitializeSourceManager(CurrentInput))
299 // BeginSourceFileAction, which may change CurrentInput during module builds.
300 if (!CI.InitializeSourceManager(CurrentInput))
/external/chromium_org/v8/src/compiler/
H A Dgeneric-node.h233 return typename GenericNode::Edge(CurrentInput());
247 typename GenericNode<B, S>::Input* input = CurrentInput();
261 Input* CurrentInput() const {

Completed in 69 milliseconds