Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h38 unsigned ErrorDiagID, WarningDiagID, NoteDiagID; variable
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp26 unsigned ErrorDiagID, unsigned WarningDiagID, in SourceMgrAdapter()