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

References

tools/clang/tools/libclang/CIndexInclusionStack.cpp
   45     if (HasPreamble && CXXUnit->isInMainFileID(L))
   50     while (L.isValid()) {
   51       PresumedLoc PLoc = SM.getPresumedLoc(L);
   52       InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
   53       L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation();