/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 29 struct SourceMgr { struct 53 virtual ~SourceMgr() {} in ~SourceMgr() argument
|
/freebsd-src/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() argument 69 static void removeToken(const SourceManager &SourceMgr, in removeToken() argument 77 static void insertQualifierAfter(const SourceManager &SourceMgr, in insertQualifierAfter() argument 90 static void insertQualifierBefore(const SourceManager &SourceMgr, in insertQualifierBefore() argument 115 static void rotateTokens(const SourceManager &SourceMgr, in rotateTokens() argument 180 analyzeRight(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeRight() argument 369 analyzeLeft(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeLeft() argument 547 const SourceManager &SourceMgr = Env.getSourceManager(); fixQualifierAlignment() local [all...] |
H A D | UnwrappedLineFormatter.h | 34 UnwrappedLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,FormattingAttemptStatus * Status) UnwrappedLineFormatter() argument 70 const SourceManager &SourceMgr; global() variable
|
H A D | ObjCPropertyAttributeOrderFixer.cpp | 38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() 159 const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, in analyzeObjCPropertyDecl() 188 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
H A D | NamespaceEndCommentsFixer.cpp | 221 const SourceManager &SourceMgr, in addEndComment() 233 const SourceManager &SourceMgr, in updateEndComment() 284 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
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 | 124 const SourceManager &SourceMgr; global() variable
|
H A D | WhitespaceManager.h | 42 WhitespaceManager(const SourceManager & SourceMgr,const FormatStyle & Style,bool UseCRLF) WhitespaceManager() argument 354 const SourceManager &SourceMgr; global() variable
|
H A D | Macros.h | 133 clang::SourceManager &SourceMgr; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentSema.h | 26 class SourceMgr; variable 40 const SourceManager &SourceMgr; variable
|
H A D | RawCommentList.h | 98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() argument 118 bool hasUnsupportedSplice(const SourceManager &SourceMgr) const { in hasUnsupportedSplice() argument 209 RawCommentList(SourceManager & SourceMgr) RawCommentList() argument [all...] |
H A D | CommentParser.h | 43 const SourceManager &SourceMgr; variable
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Parser.h | 18 class SourceMgr; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tokens.h | 176 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer() argument 378 const SourceManager *SourceMgr; variable
|
H A D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 68 SourceManager &SourceMgr; global() variable 75 CoverageSourceInfo(SourceManager & SourceMgr) CoverageSourceInfo() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() 360 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText() 378 RawComment::getFormattedLines(const SourceManager &SourceMgr, in getFormattedLines()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 25 class SourceMgr; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 235 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol() 289 const SourceManager &SourceMgr = Context.getSourceManager(); in HandleTranslationUnit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
|