Home
last modified time | relevance | path

Searched refs:DefLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp32 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument
33 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp446 const PresumedLoc DefLoc = in getTemplightEntry() local
448 if(!DefLoc.isInvalid()) in getTemplightEntry()
449 Entry.DefinitionLocation = std::string(DefLoc.getFilename()) + ":" + in getTemplightEntry()
450 std::to_string(DefLoc.getLine()) + ":" + in getTemplightEntry()
451 std::to_string(DefLoc.getColumn()); in getTemplightEntry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp245 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local
247 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically()
251 if (DefLoc >= UseLoc) in rescheduleCanonically()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp147 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local
148 ModRefInfo MR = getModRefInfo(Call2, DefLoc); in getModRefInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h119 MacroInfo(SourceLocation DefLoc);
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp2516 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local
2527 CurRec = make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef()
2530 CurRec = make_unique<Record>(Name, DefLoc, Records); in ParseDef()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1523 Loc DefLoc(DomB, It); in calculatePlacement() local
1524 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()