Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h27 class SourceMgr; variable
41 const SourceManager &SourceMgr; variable
H A DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText()
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
H A DCommentParser.h44 const SourceManager &SourceMgr; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h28 const SourceManager &SourceMgr; variable
49 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), in SourceMgr() function
H A DCommit.h62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr), in SourceMgr() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DScratchBuffer.h26 SourceManager &SourceMgr; variable
H A DPPConditionalDirectiveRecord.h27 SourceManager &SourceMgr; variable
H A DModuleMap.h40 SourceManager &SourceMgr; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.h25 class SourceMgr; variable
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
194 SourceManager &SourceMgr; variable
H A DFormat.cpp600 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 DContinuationIndenter.h140 SourceManager &SourceMgr; variable
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTVectorTest.cpp38 SourceManager SourceMgr; member in clang::ast::__anon1e8d38fb0111::ASTVectorTest
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h30 class SourceMgr; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h27 class SourceMgr; variable
79 SourceMgr() in SourceMgr() function
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp112 clang::SourceManager& SourceMgr, in FixItRewriter()
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp48 SourceManager SourceMgr; member in __anon9dc4e5930111::PPConditionalDirectiveRecordTest
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp616 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 DCompilerInstance.cpp240 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 DPrintPreprocessedOutput.cpp258 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 DFixItRewriter.cpp30 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp67 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h127 SourceManager *SourceMgr; variable
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h25 class SourceMgr; variable
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp264 SourceManager SourceMgr(Diagnostics, Files); in applyAllReplacements() local

123