Searched defs:SourceMgr (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.h27 AffectedRangeManager(const SourceManager &SourceMgr, argument
58 const SourceManager &SourceMgr; member in class:clang::format::AffectedRangeManager
H A DUnwrappedLineFormatter.h69 const SourceManager &SourceMgr; member in class:clang::format::UnwrappedLineFormatter
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) argument
H A DFormatTokenLexer.h98 const SourceManager &SourceMgr; member in class:clang::format::FormatTokenLexer
H A DNamespaceEndCommentsFixer.cpp127 addEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, const SourceManager &SourceMgr, tooling::Replacements *Fixes) argument
139 updateEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, const SourceManager &SourceMgr, tooling::Replacements *Fixes) argument
H A DUsingDeclarationsSorter.cpp187 const SourceManager &SourceMgr local
114 endUsingDeclarationBlock( SmallVectorImpl<UsingDeclaration> *UsingDeclarations, const SourceManager &SourceMgr, tooling::Replacements *Fixes) argument
[all...]
H A DWhitespaceManager.h39 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, argument
92 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} argument
96 const SourceManager &SourceMgr; member in class:clang::format::WhitespaceManager::Change::IsBeforeInFile
210 const SourceManager &SourceMgr; member in class:clang::format::WhitespaceManager
H A DContinuationIndenter.h193 const SourceManager &SourceMgr; member in class:clang::format::ContinuationIndenter
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DScratchBuffer.h25 SourceManager &SourceMgr; member in class:clang::ScratchBuffer
H A DPPConditionalDirectiveRecord.h26 SourceManager &SourceMgr; member in class:clang::PPConditionalDirectiveRecord
H A DModuleMap.h76 SourceManager &SourceMgr; member in class:clang::ModuleMap
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h28 class SourceMgr { class in namespace:llvm::mca
36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) function in class:llvm::mca::SourceMgr
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h43 const SourceManager &SourceMgr; member in class:clang::comments::Parser
H A DCommentSema.h40 const SourceManager &SourceMgr; member in class:clang::comments::Sema
H A DRawCommentList.h197 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} argument
213 SourceManager &SourceMgr; member in class:clang::RawCommentList
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h36 const SourceManager &SourceMgr; member in class:clang::edit::EditedSource
H A DCommit.h52 const SourceManager &SourceMgr; member in class:clang::edit::Commit
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp206 const SourceManager &SourceMgr = Context.getSourceManager(); local
H A DUSRFindingAction.cpp200 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, argument
253 const SourceManager &SourceMgr = Context.getSourceManager(); variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h33 SourceManager *SourceMgr = nullptr; member in class:clang::Rewriter
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h57 SourceManager &SourceMgr; member in class:clang::syntax::Arena
H A DTokens.h178 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} argument
313 const SourceManager *SourceMgr; member in class:clang::syntax::TokenBuffer
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp35 syntax::Arena::Arena(SourceManager &SourceMgr, const LangOptions &LangOpts, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp108 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, argument
358 getFormattedText(const SourceManager &SourceMgr, DiagnosticsEngine &Diags) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h41 class SourceMgr { class in namespace:llvm
[all...]

Completed in 232 milliseconds

123