Searched refs:SourceMgrAdapter (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h1 //=== SourceMgrAdapter.h - SourceMgr to SourceManager Adapter ---*- C++ -*-===//
30 class SourceMgrAdapter { class in namespace:clang
54 SourceMgrAdapter(SourceManager &SM, DiagnosticsEngine &Diagnostics,
59 ~SourceMgrAdapter();
75 return &SourceMgrAdapter::handleDiag;
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp1 //=== SourceMgrAdapter.cpp - SourceMgr to SourceManager Adapter -----------===//
14 #include "clang/Basic/SourceMgrAdapter.h"
19 void SourceMgrAdapter::handleDiag(const llvm::SMDiagnostic &Diag,
21 static_cast<SourceMgrAdapter *>(Context)->handleDiag(Diag);
24 SourceMgrAdapter::SourceMgrAdapter(SourceManager &SM, function in class:SourceMgrAdapter
33 SourceMgrAdapter::~SourceMgrAdapter() {}
35 SourceLocation SourceMgrAdapter::mapLocation(const llvm::SourceMgr &LLVMSrcMgr,
81 SourceRange SourceMgrAdapter
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp16 #include "clang/Basic/SourceMgrAdapter.h"
85 SourceMgrAdapter SMAdapter(
109 SourceMgrAdapter SMAdapter(
/freebsd-current/lib/clang/libclang/
H A DMakefile218 SRCS_MIN+= Basic/SourceMgrAdapter.cpp

Completed in 89 milliseconds