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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DScratchBuffer.h26 SourceManager &SourceMgr; member in class:clang::ScratchBuffer
H A DPPConditionalDirectiveRecord.h27 SourceManager &SourceMgr; member in class:clang::PPConditionalDirectiveRecord
H A DModuleMap.h56 SourceManager &SourceMgr; member in class:clang::ModuleMap
H A DPreprocessingRecord.h291 SourceManager &SourceMgr; member in class:clang::PreprocessingRecord
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h44 const SourceManager &SourceMgr; member in class:clang::comments::Parser
H A DCommentSema.h41 const SourceManager &SourceMgr; member in class:clang::comments::Sema
H A DRawCommentList.h184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} argument
193 SourceManager &SourceMgr; member in class:clang::RawCommentList
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h30 const SourceManager &SourceMgr; member in class:clang::edit::EditedSource
H A DCommit.h48 const SourceManager &SourceMgr; member in class:clang::edit::Commit
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h32 SourceManager *SourceMgr; member in class:clang::Rewriter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, argument
90 IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} argument
94 const SourceManager &SourceMgr; member in class:clang::format::WhitespaceManager::Change::IsBeforeInFile
206 SourceManager &SourceMgr; member in class:clang::format::WhitespaceManager
H A DContinuationIndenter.h140 SourceManager &SourceMgr; member in class:clang::format::ContinuationIndenter
H A DContinuationIndenter.cpp65 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp30 FixItRewriter::FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp398 clang::SourceManager &SourceMgr = m_compiler->getSourceManager(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp109 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, argument
[all...]
H A DCommentParser.cpp257 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr, DiagnosticsEngine &Diags, const CommandTraits &Traits) argument
H A DCommentSema.cpp28 Sema::Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp311 SourceManager &SourceMgr = CI.getSourceManager(); local
H A DVerifyDiagnosticConsumer.cpp614 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, argument
642 PrintExpected(DiagnosticsEngine &Diags, SourceManager &SourceMgr, std::vector<Directive *> &DL, const char *Kind) argument
688 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end, bool IgnoreUnexpected) argument
738 CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const TextDiagnosticBuffer &Buffer, ExpectedData &ED) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h35 class SourceMgr { class in namespace:llvm
79 SourceMgr() function in class:llvm::SourceMgr
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp598 SourceManager &SourceMgr = PP.getSourceManager(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp444 SourceManager &SourceMgr = Context->getSourceManager(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h91 IntrusiveRefCntPtr<SourceManager> SourceMgr; member in class:clang::CompilerInstance

Completed in 238 milliseconds

12