HomeSort by relevance Sort by last modified time
    Searched refs:LSM (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 96 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM,
99 SourceLocation Loc = translateLocation(LSM, Location);
145 SourceLocation translateLocation(const llvm::SourceMgr &LSM, llvm::SMLoc SMLoc) {
150 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc));
172 const llvm::SourceMgr &LSM = *D.getSourceMgr();
173 SourceLocation Loc = translateLocation(LSM, D.getLoc());
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 71 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM;
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())) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 284 const llvm::SourceMgr &LSM = *D.getSourceMgr();
289 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc()));
    [all...]

Completed in 72 milliseconds