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

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h37 FrontendInputFile CurrentInput; member in class:clang::FrontendAction
131 assert(!CurrentInput.isEmpty() && "No current file!");
136 return CurrentInput;
140 assert(!CurrentInput.isEmpty() && "No current file!");
141 return CurrentInput.getFile();
145 assert(!CurrentInput.isEmpty() && "No current file!");
146 return CurrentInput.isFile()
147 ? CurrentInput.getFile()
148 : CurrentInput.getBuffer().getBufferIdentifier();
152 assert(!CurrentInput
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp145 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, argument
147 this->CurrentInput = CurrentInput;
759 if (!CI.InitializeSourceManager(CurrentInput))
1192 // BeginSourceFileAction may change CurrentInput, e.g. during module builds.

Completed in 62 milliseconds