Searched refs:DefLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 32 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 D | FrontendActions.cpp | 446 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 D | MIRCanonicalizerPass.cpp | 245 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 D | AliasAnalysis.cpp | 147 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 D | MacroInfo.h | 119 MacroInfo(SourceLocation DefLoc);
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 2516 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 D | HexagonConstExtenders.cpp | 1523 Loc DefLoc(DomB, It); in calculatePlacement() local 1524 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()
|