Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp254 SourceLocation InsertLoc = WrapE->getLocStart(); in rewriteToBridgedCast() local
257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
267 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
270 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp297 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
298 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(), in getNoopInput()
303 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6925 SourceLocation InsertLoc = in CheckConversionDeclarator() local
6927 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
6929 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
8279 SourceLocation InsertLoc = in CheckUsingDeclQualifier() local
8281 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
8285 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
H A DSemaDecl.cpp7063 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
7065 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
7066 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
7072 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()