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

  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 347 SMLoc instLoc;
367 instLoc = OpcodeToken.getLoc();
370 TargetParser->ParseInstruction(instName, instLoc, operands))
  /external/clang/lib/Lex/
TokenLexer.cpp 407 SourceLocation instLoc;
409 instLoc = SM.createExpansionLoc(Tok.getLocation(),
414 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation());
417 Tok.setLocation(instLoc);
678 SourceLocation InstLoc,
718 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
741 SourceLocation InstLoc =
749 InstLoc,
754 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);

Completed in 449 milliseconds