Home
last modified time | relevance | path

Searched refs:getCurDiagStateLoc (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnostic.h391 SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; } in getCurDiagStateLoc() function
/openbsd/src/gnu/llvm/clang/lib/Basic/
DDiagnostic.cpp387 if ((L.isInvalid() || L == DiagStatesByLoc.getCurDiagStateLoc()) && in setSeverity()