HomeSort by relevance Sort by last modified time
    Searched refs:ParentIncludeLoc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.cpp 60 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
61 if (ParentIncludeLoc != SMLoc()) {
62 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc);
64 CurPtr = ParentIncludeLoc.getPointer();
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 606 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
607 if (ParentIncludeLoc != SMLoc()) {
608 jumpToLoc(ParentIncludeLoc);
    [all...]

Completed in 417 milliseconds