Searched refs:Insertion (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h207 SMFixIt(SMLoc Loc, const Twine &Insertion) argument
208 : Range(Loc, Loc), Text(Insertion.str()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp714 FixItHint Insertion; local
716 Insertion = FixItHint::CreateInsertion(CorrectLoc, "...");
718 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion
H A DParseDeclCXX.cpp2164 FixItHint Insertion;
2169 Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name.c_str());
2177 << Insertion;
2193 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); local
2201 << Insertion;
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8500 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8502 return Insertion;
8507 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8509 return Insertion;
8605 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8607 return Insertion;
8611 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8613 return Insertion;
9518 // See if we can use SSE4A Extraction / Insertion.
9674 // See if we can use SSE4A Extraction / Insertion
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11787 SmallString<64> Insertion; local
11788 llvm::raw_svector_ostream OS(Insertion);
11794 return FixItHint::CreateInsertion(NameLoc, Insertion);

Completed in 181 milliseconds