Searched defs:SM (Results 1 - 25 of 219) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerBlacklist.h28 SourceManager &SM; member in class:clang::SanitizerBlacklist
H A DPrettyStackTrace.h27 SourceManager &SM; member in class:clang::PrettyStackTraceLoc
H A DSanitizerSpecialCaseList.h44 SanitizerSection(SanitizerMask SM, SectionEntries &E) argument
H A DJsonSupport.h81 printSourceLocationAsJson(raw_ostream &Out, SourceLocation Loc, const SourceManager &SM, bool AddBraces = true) argument
H A DXRayLists.h29 SourceManager &SM; member in class:clang::XRayFunctionFilter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp19 SourceManager &SM = PP.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h27 StackMaps SM; member in class:llvm::SystemZAsmPrinter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h26 ASTDumper(raw_ostream &OS, const comments::CommandTraits *Traits, const SourceManager *SM) argument
30 ASTDumper(raw_ostream &OS, const comments::CommandTraits *Traits, const SourceManager *SM, bool ShowColors) argument
33 ASTDumper(raw_ostream &OS, const comments::CommandTraits *Traits, const SourceManager *SM, bool ShowColors, const PrintingPolicy &PrintPolicy) argument
H A DLexicallyOrderedRecursiveASTVisitor.h64 LexicallyOrderedRecursiveASTVisitor(const SourceManager &SM) : SM(SM) {} argument
157 const SourceManager &SM; member in class:clang::LexicallyOrderedRecursiveASTVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDataCollection.cpp36 SourceManager &SM = Context.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h67 virtual bool emitStackMaps(StackMaps &SM, AsmPrinter &AP) { return false; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h29 const MCSchedModel &SM; member in class:llvm::mca::final
H A DEntryStage.h29 SourceMgr &SM; member in class:llvm::mca::final
39 EntryStage(SourceMgr &SM) : CurrentInstruction(), SM(SM), NumRetired(0) { } argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp47 SourceManager &SM = D->getASTContext().getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp23 ScratchBuffer::ScratchBuffer(SourceManager &SM) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp26 TokenRewriter::TokenRewriter(FileID FID, SourceManager &SM, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h135 llvm::SourceMgr SM; member in class:clang::tooling::JSONCompilationDatabase
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 SMap *SM = AsMap(M); local
48 static void Accumulate(SMap &SM, CFGBlock *B) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.h41 const llvm::MCSchedModel &SM; member in class:llvm::mca::SummaryView
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp34 writeARCDiagsToPlist(const std::string &outPath, ArrayRef<StoredDiagnostic> diags, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerBlacklist.cpp17 SanitizerBlacklist( const std::vector<std::string> &BlacklistPaths, SourceManager &SM) argument
H A DXRayLists.cpp16 XRayFunctionFilter( ArrayRef<std::string> AlwaysInstrumentPaths, ArrayRef<std::string> NeverInstrumentPaths, ArrayRef<std::string> AttrListPaths, SourceManager &SM) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp34 getRangeForEdit(const CharSourceRange &EditRange, const SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp21 bool isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM, argument
60 areOnSameLine(SourceLocation Loc1, SourceLocation Loc2, const SourceManager &SM) argument
72 compute(const Stmt *S, SourceRange &ExtractedRange, const SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp32 const MCSchedModel &SM = STI.getSchedModel(); local

Completed in 966 milliseconds

123456789