OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentInput
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h
37
FrontendInputFile
CurrentInput
;
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
.isEmpty() && "No current file!")
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp
137
void FrontendAction::setCurrentInput(const FrontendInputFile &
CurrentInput
,
139
this->
CurrentInput
=
CurrentInput
;
716
if (!CI.InitializeSourceManager(
CurrentInput
))
1085
// BeginSourceFileAction may change
CurrentInput
, e.g. during module builds.
Completed in 22 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026