Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1059 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1505 SourceLocation Loc = Diags.getCurrentDiagLoc(); in EmitCurrentDiagnostic()