/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.cpp | 61 ArrayRef<SMLoc> DefLoc = R->getLoc(); CodeGenIntrinsic() local
|
/llvm-project/clang/lib/Lex/ |
H A D | MacroInfo.cpp | 50 MacroInfo(SourceLocation DefLoc) MacroInfo() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 707 auto DefLoc = MI->getDefinitionLoc(); handleMacroOccurrence() local 820 setIncludeLocation(const Symbol & S,SourceLocation DefLoc,const include_cleaner::Symbol & Sym) setIncludeLocation() argument 1068 auto DefLoc = getTokenLocation(Loc); addDefinition() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 212 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeCleaner.cpp | 312 auto DefLoc = Macro->NameLoc; in collectMacroReferences() local
|
H A D | Hover.cpp | 1333 if (auto DefLoc = M->Info->getDefinitionLoc(); DefLoc.isValid()) { getHover() local
|
H A D | XRefs.cpp | 334 auto DefLoc = indexToLSPLocation(Object.Definition, MainFilePath); findImplementors() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 204 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 569 SourceLocation DefLoc = MI->getDefinitionLoc(); in MacroDefined() local
|
H A D | VerifyDiagnosticConsumer.cpp | 330 SourceLocation DefLoc; member
|
H A D | FrontendActions.cpp | 560 const PresumedLoc DefLoc = getTemplightEntry() local
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.h | 313 std::optional<Location> DefLoc; // Location where this decl is defined. global() member
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1823 auto DefLoc = getLocForWrite(DefI); eliminateDeadWritesAtEndOfFunction() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1524 Loc DefLoc(DomB, It); calculatePlacement() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3600 SMLoc DefLoc = Lex.getLoc(); ParseDef() local
|