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

/external/clang/lib/Parse/
H A DParseStmtAsm.cpp96 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM,
99 SourceLocation Loc = translateLocation(LSM, Location);
145 SourceLocation translateLocation(const llvm::SourceMgr &LSM, llvm::SMLoc SMLoc) { argument
150 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc));
172 const llvm::SourceMgr &LSM = *D.getSourceMgr(); local
173 SourceLocation Loc = translateLocation(LSM, D.getLoc());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp71 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM; member in class:__anon1677::NonLocalizedStringChecker
530 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
533 LSM.insert({&Ctx.Idents.get(receiver), \
536 LSM.insert({&Ctx.Idents.get(receiver), \
541 if (!LSM.empty())
821 if (LSM.count(MethodDescription) || isAnnotatedAsLocalized(msg.getDecl())) {
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp284 const llvm::SourceMgr &LSM = *D.getSourceMgr(); local
289 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc()));

Completed in 669 milliseconds