Home
last modified time | relevance | path

Searched defs:getDiagContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h80 void *getDiagContext() { return this; } in getDiagContext() function
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h118 void *getDiagContext() const { return DiagContext; } in getDiagContext() function