/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 29 struct SourceMgr { struct 53 virtual ~SourceMgr() {} in ~SourceMgr() argument
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | AffectedRangeManager.h | 27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager() 58 const SourceManager &SourceMgr; variable
|
H A D | QualifierAlignmentFixer.cpp | 57 static void replaceToken(const SourceManager &SourceMgr, in replaceToken() 69 static void removeToken(const SourceManager &SourceMgr, in removeToken() 77 static void insertQualifierAfter(const SourceManager &SourceMgr, in insertQualifierAfter() 90 static void insertQualifierBefore(const SourceManager &SourceMgr, in insertQualifierBefore() 115 static void rotateTokens(const SourceManager &SourceMgr, in rotateTokens() 180 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeRight() 371 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeLeft() 549 const SourceManager &SourceMgr = Env.getSourceManager(); in fixQualifierAlignment() local
|
H A D | UnwrappedLineFormatter.h | 32 const SourceManager &SourceMgr, in UnwrappedLineFormatter() 68 const SourceManager &SourceMgr; variable
|
H A D | UsingDeclarationsSorter.cpp | 139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock() 215 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
H A D | FormatTokenLexer.h | 119 const SourceManager &SourceMgr; variable
|
H A D | WhitespaceManager.h | 37 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 363 const SourceManager &SourceMgr; variable
|
H A D | Macros.h | 127 SourceManager &SourceMgr; variable
|
H A D | IntegerLiteralSeparatorFixer.cpp | 78 const auto &SourceMgr = Env.getSourceManager(); in process() local
|
H A D | MacroExpander.cpp | 122 const std::vector<std::string> &Macros, SourceManager &SourceMgr, in MacroExpander()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RawCommentList.h | 98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() 118 bool hasUnsupportedSplice(const SourceManager &SourceMgr) const { in hasUnsupportedSplice() 214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
|
H A D | CommentParser.h | 43 const SourceManager &SourceMgr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 36 const SourceManager &SourceMgr; variable 75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr() function
|
H A D | Commit.h | 66 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec) {} in SourceMgr() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Parser.h | 22 class SourceMgr; global() variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ScratchBuffer.h | 25 SourceManager &SourceMgr; variable
|
H A D | PPConditionalDirectiveRecord.h | 26 SourceManager &SourceMgr; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tokens.h | 176 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer() 378 const SourceManager *SourceMgr; variable
|
H A D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 73 SourceManager &SourceMgr; variable 80 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 25 class SourceMgr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 869 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected() 900 SourceManager &SourceMgr, in PrintExpected() 948 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() 998 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
|
H A D | FrontendAction.cpp | 255 auto &SourceMgr = CI.getSourceManager(); in ReadOriginalFileName() local 552 SourceManager &SourceMgr = CI.getSourceManager(); in prepareToBuildModule() local 914 auto &SourceMgr = CI.getSourceManager(); in BeginSourceFile() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 33 SourceManager *SourceMgr = nullptr; variable
|