Home
last modified time | relevance | path

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

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