OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIncludeLoc
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp
43
SourceLocation L = FI.
getIncludeLoc
();
52
L = PLoc.isValid()? PLoc.
getIncludeLoc
() : SourceLocation();
CIndex.cpp
329
Outer = SLEntry.getFile().
getIncludeLoc
();
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h
133
SourceLocation IL = SM.
getIncludeLoc
(SM.getFileID(SL));
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
1548
SourceLocation IncludeLoc = FI.
getIncludeLoc
();
1611
return FI.
getIncludeLoc
().isInvalid();
1785
SourceLocation IncludeLoc = File.
getIncludeLoc
();
1965
UpperLoc = Entry.getFile().
getIncludeLoc
();
2169
if (FI.
getIncludeLoc
().isValid())
2170
out << " included from " << FI.
getIncludeLoc
().getOffset() << "\n";
/src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp
169
: FullSourceLoc(PLoc.
getIncludeLoc
(), Loc.getManager());
212
FullSourceLoc(PLoc.
getIncludeLoc
(), Loc.getManager()));
PrintPreprocessedOutput.cpp
274
SourceLocation IncludeLoc = UserLoc.
getIncludeLoc
();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
319
SourceLocation
getIncludeLoc
() const {
1132
SourceLocation
getIncludeLoc
(FileID FID) const {
1134
return Entry->getFile().
getIncludeLoc
();
SourceLocation.h
355
SourceLocation
getIncludeLoc
() const {
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp
1520
SourceLocation NextLoc = PLoc.
getIncludeLoc
();
1526
NextLoc = PLoc.
getIncludeLoc
();
1578
PLoc = SourceMgr.getPresumedLoc(PLoc.
getIncludeLoc
());
1580
PLoc = SourceMgr.getPresumedLoc(PLoc.
getIncludeLoc
());
PPLexerChange.cpp
419
(SourceMgr.
getIncludeLoc
(CurPPLexer->getFileID()).isValid() ||
PPDirectives.cpp
739
Loc = SM.
getIncludeLoc
(ID);
1284
SourceLocation IncLoc = PLoc.
getIncludeLoc
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
482
DirectiveLoc = getSourceManager().
getIncludeLoc
(File);
Sema.cpp
115
SourceLocation IncludeLoc = SM.
getIncludeLoc
(SM.getFileID(Loc));
SemaDecl.cpp
4305
SourceLocation OldIncLoc = SrcMgr.
getIncludeLoc
(FOldDecLoc.first);
4306
SourceLocation NewIncLoc = SrcMgr.
getIncludeLoc
(FNewDecLoc.first);
SemaType.cpp
4184
if (fileInfo.
getIncludeLoc
().isInvalid())
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
202
writeIncludeStack(SM.getPresumedLoc(Loc.
getIncludeLoc
()));
244
writeIncludeStack(SM.getPresumedLoc(Presumed.
getIncludeLoc
()),
ASTImporter.cpp
8870
ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().
getIncludeLoc
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
251
: SM.
getIncludeLoc
(SM.getFileID(Loc));
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1467
File.
getIncludeLoc
().isInvalid();
1974
AddSourceLocation(File.
getIncludeLoc
(), Record);
Completed in 244 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026