Home
last modified time | relevance | path

Searched refs:InsertLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp237 SourceLocation InsertLoc = WrapE->getLocStart(); in rewriteToBridgedCast() local
240 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
250 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
253 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1733 MachineBasicBlock::iterator InsertLoc = MI; in EliminateRegSequences() local
1734 MachineInstr *CopyMI = BuildMI(*MI->getParent(), InsertLoc, in EliminateRegSequences()
/external/clang/lib/Sema/
DSemaDecl.cpp5282 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
5284 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
5285 InsertLoc = PP.getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
5291 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()