Searched defs:SM (Results 51 - 75 of 219) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp162 SourceManager &SM = ACtx.getSourceManager(); local
H A DObjCUnusedIVarsChecker.cpp151 const SourceManager &SM = BR.getSourceManager(); local
96 Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, const SourceManager &SM) argument
H A DUnreachableCodeChecker.cpp168 const SourceManager &SM = B.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp100 static SourceLocation findOpenParen(const CallExpr &E, const SourceManager &SM, argument
65 findPreviousTokenStart(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts) argument
80 findPreviousTokenKind(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts, tok::TokenKind TK) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp43 SourceManager &SM = VirtualSM.get(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp78 const SourceManager &SM = P.getPreprocessor().getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp109 SourceManager &SM = AST.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp33 const MCSchedModel &SM = STI.getSchedModel(); local
42 const MCSchedModel &SM = STI.getSchedModel(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp22 RetireControlUnit::RetireControlUnit(const MCSchedModel &SM) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp29 SourceMgr SM; local
113 SourceMgr SM; local
149 SourceMgr SM; local
166 SourceMgr SM; local
178 SourceMgr SM; local
[all...]
H A DLLLexer.h32 SourceMgr &SM; member in class:llvm::LLLexer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h30 StackMaps SM; member in class:llvm::X86AsmPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp34 PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, SourceMgr &SM, raw_ostream &Out, MCStreamer &Streamer, bool InAtomicBlock, const MCSubtargetInfo &STI) argument
100 ByteArrayFromString(ByteArrayTy &ByteArray, StringRef &Str, SourceMgr &SM) argument
132 disassemble(const Target &T, const std::string &Triple, MCSubtargetInfo &STI, MCStreamer &Streamer, MemoryBuffer &Buffer, SourceMgr &SM, MCContext &Ctx, raw_ostream &Out, const MCTargetOptions &MCOptions) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp34 SourceManager &SM = R.getSourceMgr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp134 static std::string NormalizeLine(const SourceManager &SM, FullSourceLoc &L, argument
182 GetIssueString(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
196 GetIssueHash(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp143 const auto &SM = UseContext.getParentASTContext().getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp78 print(llvm::errs(), SM); local
83 print(llvm::errs(), SM); local
87 PrintDifference(raw_ostream &OS, const SourceManager &SM, SourceLocation Loc, PresumedLoc Previous) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h86 llvm::SourceMgr &SM; member in class:llvm::mca::CodeRegions
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp22 const MCSchedModel &SM = STI.getSchedModel(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp34 SourceManager &SM; member in struct:__anon504::DepCollectorPPCallbacks
36 DepCollectorPPCallbacks(DependencyCollector &L, SourceManager &SM, argument
H A DHeaderIncludeGen.cpp20 SourceManager &SM; member in class:__anon511::HeaderIncludesCallback
H A DModuleDependencyCollector.cpp43 SourceManager &SM; member in struct:__anon514::ModuleDependencyPPCallbacks
44 ModuleDependencyPPCallbacks(ModuleDependencyCollector &Collector, SourceManager &SM) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h179 const SourceManager &SM; member in class:clang::BeforeThanCompare
182 explicit BeforeThanCompare(const SourceManager &SM) : SM(SM) { } argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp72 SourceManager &SM = Rewrite.getSourceMgr(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h69 explicit Rewriter(SourceManager &SM, const LangOptions &LO) argument
72 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { argument

Completed in 188 milliseconds

123456789