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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp606 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
607 if (ParentIncludeLoc != SMLoc()) {
608 jumpToLoc(ParentIncludeLoc);
1706 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1707 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 159 milliseconds