/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CommentSema.h | 27 class SourceMgr; variable 41 const SourceManager &SourceMgr; variable
|
H A D | RawCommentList.h | 101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() 184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
|
H A D | CommentParser.h | 44 const SourceManager &SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 28 const SourceManager &SourceMgr; variable 49 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), in SourceMgr() function
|
H A D | Commit.h | 62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr), in SourceMgr() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | ScratchBuffer.h | 26 SourceManager &SourceMgr; variable
|
H A D | PPConditionalDirectiveRecord.h | 27 SourceManager &SourceMgr; variable
|
H A D | ModuleMap.h | 40 SourceManager &SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 25 class SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.h | 40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() 194 SourceManager &SourceMgr; variable
|
H A D | Format.cpp | 600 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style, in FormatTokenLexer() 991 SourceManager &SourceMgr; member in clang::format::__anon50dac10e0111::FormatTokenLexer 1060 Formatter(const FormatStyle &Style, SourceManager &SourceMgr, FileID ID, in Formatter() 1332 SourceManager &SourceMgr; member in clang::format::__anon50dac10e0111::Formatter 1344 SourceManager &SourceMgr, in reformat() 1353 SourceManager &SourceMgr, FileID ID, in reformat() 1371 SourceManager SourceMgr(Diagnostics, Files); in reformat() local
|
H A D | ContinuationIndenter.h | 140 SourceManager &SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | ASTVectorTest.cpp | 38 SourceManager SourceMgr; member in clang::ast::__anon1e8d38fb0111::ASTVectorTest
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParser.h | 30 class SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 27 class SourceMgr; variable 79 SourceMgr() in SourceMgr() function
|
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/ |
H A D | ClangCheck.cpp | 112 clang::SourceManager& SourceMgr, in FixItRewriter()
|
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 48 SourceManager SourceMgr; member in __anon9dc4e5930111::PPConditionalDirectiveRecordTest
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 616 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected() 645 SourceManager &SourceMgr, in PrintExpected() 690 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() 738 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
|
H A D | CompilerInstance.cpp | 240 SourceManager &SourceMgr, in InitializeFileRemapping() 701 SourceManager &SourceMgr, in InitializeSourceManager() 931 SourceManager &SourceMgr = Instance.getSourceManager(); in compileModuleImpl() local 1068 SourceManager &SourceMgr = PP.getSourceManager(); in checkConfigMacro() local
|
H A D | PrintPreprocessedOutput.cpp | 258 SourceManager &SourceMgr = SM; in FileChanged() local 738 const SourceManager &SourceMgr = PP.getSourceManager(); in DoPrintPreprocessedInput() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 30 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | RawCommentList.cpp | 67 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 127 SourceManager *SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 25 class SourceMgr; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 264 SourceManager SourceMgr(Diagnostics, Files); in applyAllReplacements() local
|