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

/freebsd-11-stable/contrib/llvm-project/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...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp137 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, argument
139 this->CurrentInput = CurrentInput;
701 if (!CI.InitializeSourceManager(CurrentInput))
1070 // BeginSourceFileAction may change CurrentInput, e.g. during module builds.

Completed in 161 milliseconds