Home
last modified time | relevance | path

Searched defs:SourceMgr (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h29 struct SourceMgr { struct
53 virtual ~SourceMgr() {} in ~SourceMgr() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager()
58 const SourceManager &SourceMgr; variable
H A DQualifierAlignmentFixer.cpp57 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 DUnwrappedLineFormatter.h34 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 DObjCPropertyAttributeOrderFixer.cpp38 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 DNamespaceEndCommentsFixer.cpp221 const SourceManager &SourceMgr, in addEndComment()
233 const SourceManager &SourceMgr, in updateEndComment()
284 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock()
215 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
H A DFormatTokenLexer.h124 const SourceManager &SourceMgr; global() variable
H A DWhitespaceManager.h42 WhitespaceManager(const SourceManager & SourceMgr,const FormatStyle & Style,bool UseCRLF) WhitespaceManager() argument
354 const SourceManager &SourceMgr; global() variable
H A DMacros.h133 clang::SourceManager &SourceMgr; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h26 class SourceMgr; variable
40 const SourceManager &SourceMgr; variable
H A DRawCommentList.h98 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 DCommentParser.h43 const SourceManager &SourceMgr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h36 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 DParser.h18 class SourceMgr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DScratchBuffer.h25 SourceManager &SourceMgr; variable
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.h24 class SourceMgr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h176 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer() argument
378 const SourceManager *SourceMgr; variable
H A DTokenBufferTokenManager.h23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h68 SourceManager &SourceMgr; global() variable
75 CoverageSourceInfo(SourceManager & SourceMgr) CoverageSourceInfo() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp110 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 DLLLexer.h25 class SourceMgr; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp235 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 DFixItRewriter.cpp37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()

1234