Searched refs:instLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp347 SMLoc instLoc; local
367 instLoc = OpcodeToken.getLoc();
370 TargetParser->ParseInstruction(instName, instLoc, operands))
/external/clang/lib/Lex/
H A DTokenLexer.cpp407 SourceLocation instLoc; local
409 instLoc = SM.createExpansionLoc(Tok.getLocation(),
414 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation());
417 Tok.setLocation(instLoc);

Completed in 62 milliseconds