Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h383 SourceLocation getCurDiagStateLoc() const { return CurDiagStateLoc; } in getCurDiagStateLoc() function
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp378 if ((L.isInvalid() || L == DiagStatesByLoc.getCurDiagStateLoc()) && in setSeverity()