OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IncludeLoc
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Support/
SourceMgr.h
45
///
IncludeLoc
- This is the location of the parent include, or null if at
47
SMLoc
IncludeLoc
;
93
return Buffers[i].
IncludeLoc
;
98
unsigned AddNewSourceBuffer(MemoryBuffer *F, SMLoc
IncludeLoc
) {
101
NB.
IncludeLoc
=
IncludeLoc
;
110
unsigned AddIncludeFile(const std::string &Filename, SMLoc
IncludeLoc
,
143
void PrintIncludeStack(SMLoc
IncludeLoc
, raw_ostream &OS) const;
/external/clang/include/clang/Basic/
SourceLocation.h
350
SourceLocation
IncludeLoc
;
354
: Filename(FN), Line(Ln), Col(Co),
IncludeLoc
(IL) {
377
SourceLocation getIncludeLoc() const { return
IncludeLoc
; }
SourceManager.h
181
/// instantiated from. The main include file has an invalid
IncludeLoc
.
186
///
IncludeLoc
- The location of the #include that brought in this file.
188
unsigned
IncludeLoc
; // Really a SourceLocation
199
X.
IncludeLoc
= IL.getRawEncoding();
208
return SourceLocation::getFromRawEncoding(
IncludeLoc
);
[
all
...]
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
250
SourceLocation
IncludeLoc
= UserLoc.getIncludeLoc();
251
if (
IncludeLoc
.isValid())
252
MoveToLine(
IncludeLoc
);
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 177 milliseconds