Home
last modified time | relevance | path

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

123

/external/clang/include/clang/AST/
DCommentSema.h27 class SourceMgr; variable
41 const SourceManager &SourceMgr; variable
DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText()
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
DCommentParser.h44 const SourceManager &SourceMgr; variable
/external/clang/include/clang/Edit/
DEditedSource.h30 const SourceManager &SourceMgr; variable
55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts), in SourceMgr() function
DCommit.h62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr), in SourceMgr() function
/external/clang/include/clang/Lex/
DScratchBuffer.h26 SourceManager &SourceMgr; variable
DPPConditionalDirectiveRecord.h27 SourceManager &SourceMgr; variable
DModuleMap.h56 SourceManager &SourceMgr; variable
/external/llvm/tools/llvm-mc/
DDisassembler.h25 class SourceMgr; variable
/external/clang/lib/Format/
DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager()
201 SourceManager &SourceMgr; variable
DFormat.cpp761 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style, in FormatTokenLexer()
1345 SourceManager &SourceMgr; member in clang::format::__anonbc8296490111::FormatTokenLexer
1418 Formatter(const FormatStyle &Style, SourceManager &SourceMgr, FileID ID, in Formatter()
1706 SourceManager &SourceMgr; member in clang::format::__anonbc8296490111::Formatter
1877 SourceManager &SourceMgr, FileID ID, in reformat()
1899 SourceManager SourceMgr(Diagnostics, Files); in reformat() local
DContinuationIndenter.h140 SourceManager &SourceMgr; variable
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h29 class SourceMgr; variable
/external/llvm/include/llvm/Support/
DSourceMgr.h27 class SourceMgr; variable
79 SourceMgr() in SourceMgr() function
/external/clang/unittests/AST/
DASTVectorTest.cpp38 SourceManager SourceMgr; member in clang::ast::__anon662113f60111::ASTVectorTest
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h30 class SourceMgr; variable
/external/clang/lib/Frontend/
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()
740 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckResults()
DCompilerInstance.cpp247 SourceManager &SourceMgr, in InitializeFileRemapping()
723 SourceManager &SourceMgr, in InitializeSourceManager()
962 SourceManager &SourceMgr = Instance.getSourceManager(); in compileModuleImpl() local
1112 SourceManager &SourceMgr = PP.getSourceManager(); in checkConfigMacro() local
DPrintPreprocessedOutput.cpp254 SourceManager &SourceMgr = SM; in FileChanged() local
766 const SourceManager &SourceMgr = PP.getSourceManager(); in DoPrintPreprocessedInput() local
/external/clang/tools/clang-check/
DClangCheck.cpp114 clang::SourceManager& SourceMgr, in FixItRewriter()
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp48 SourceManager SourceMgr; member in __anonae60f8ae0111::PPConditionalDirectiveRecordTest
/external/clang/include/clang/Rewrite/Core/
DRewriter.h32 SourceManager *SourceMgr; variable
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp30 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in FixItRewriter()
/external/llvm/lib/TableGen/
DTGLexer.h25 class SourceMgr; variable
/external/clang/lib/AST/
DRawCommentList.cpp109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment()

123