Home
last modified time | relevance | path

Searched refs:LSM (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp60 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM,
79 SourceLocation translateLocation(const llvm::SourceMgr &LSM,
128 llvm::SourceMgr &LSM, in LookupInlineAsmLabel() argument
131 SourceLocation Loc = translateLocation(LSM, Location); in LookupInlineAsmLabel()
167 ClangAsmParserCallback::translateLocation(const llvm::SourceMgr &LSM, in translateLocation() argument
173 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc)); in translateLocation()
194 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic() local
195 SourceLocation Loc = translateLocation(LSM, D.getLoc()); in handleDiagnostic()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp69 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM; member in __anone46e5a7c0111::NonLocalizedStringChecker
611 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
614 LSM.insert({&Ctx.Idents.get(receiver), \
617 LSM.insert({&Ctx.Idents.get(receiver), \
622 if (!LSM.empty()) in initLocStringsMethods()
986 if (LSM.count(MethodDescription) || in checkPostObjCMessage()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp474 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation() local
479 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc())); in ConvertBackendLocation()