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 594 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
595 if (ParentIncludeLoc != SMLoc()) {
596 jumpToLoc(ParentIncludeLoc);
    [all...]

Completed in 48 milliseconds