reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/SourceManager.h
 1138     return Entry.getFile().getIncludeLoc();
tools/clang/lib/AST/ASTImporter.cpp
 8448       ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc());
tools/clang/lib/Basic/SourceManager.cpp
 1480   SourceLocation IncludeLoc = FI.getIncludeLoc();
 1544   return FI.getIncludeLoc().isInvalid();
 1722       SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
 1889       UpperLoc = Entry.getFile().getIncludeLoc();
 2093       if (FI.getIncludeLoc().isValid())
 2094         out << "  included from " << FI.getIncludeLoc().getOffset() << "\n";
tools/clang/lib/Sema/SemaType.cpp
 3788   if (fileInfo.getIncludeLoc().isInvalid())
tools/clang/lib/Serialization/ASTWriter.cpp
 1822                                 File.getIncludeLoc().isInvalid();
 2321       AddSourceLocation(File.getIncludeLoc(), Record);
tools/clang/tools/libclang/CIndex.cpp
  322       Outer = SLEntry.getFile().getIncludeLoc();
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   44     SourceLocation L = FI.getIncludeLoc();