Searched defs:ParentIncludeLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp587 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
588 if (ParentIncludeLoc != SMLoc()) {
589 JumpToLoc(ParentIncludeLoc);
1626 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1627 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 88 milliseconds