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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp441 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
442 if (ParentIncludeLoc != SMLoc()) {
443 JumpToLoc(ParentIncludeLoc);
1284 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1285 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp686 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
687 if (ParentIncludeLoc != SMLoc()) {
688 jumpToLoc(ParentIncludeLoc);
1988 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1989 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 317 milliseconds