/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | AffectedRangeManager.h | 27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager() 58 const SourceManager &SourceMgr; variable
|
H A D | UnwrappedLineFormatter.h | 34 const SourceManager &SourceMgr, in UnwrappedLineFormatter() 69 const SourceManager &SourceMgr; variable
|
H A D | NamespaceEndCommentsFixer.cpp | 144 const SourceManager &SourceMgr, in addEndComment() 156 const SourceManager &SourceMgr, in updateEndComment() 203 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
H A D | WhitespaceManager.h | 40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 226 const SourceManager &SourceMgr; variable
|
H A D | Macros.h | 130 clang::SourceManager &SourceMgr; variable
|
H A D | UsingDeclarationsSorter.cpp | 116 const SourceManager &SourceMgr, tooling::Replacements *Fixes) { in endUsingDeclarationBlock() 187 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
H A D | FormatTokenLexer.h | 104 const SourceManager &SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/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() 182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
|
H A D | CommentParser.h | 43 const SourceManager &SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ScratchBuffer.h | 25 SourceManager &SourceMgr; variable
|
H A D | PPConditionalDirectiveRecord.h | 26 SourceManager &SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 54 SourceManager &SourceMgr; variable 61 CoverageSourceInfo(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in CoverageSourceInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Tokens.h | 178 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer() 380 const SourceManager *SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in SourceMgr() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 25 class SourceMgr; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 237 bool FindSymbol(ASTContext &Context, const SourceManager &SourceMgr, in FindSymbol() 290 const SourceManager &SourceMgr = Context.getSourceManager(); in HandleTranslationUnit() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | RawCommentList.cpp | 109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() 359 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 861 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected() 890 SourceManager &SourceMgr, in PrintExpected() 936 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() 986 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 37 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 33 SourceManager *SourceMgr = nullptr; variable
|