Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1054 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1477 SourceLocation Loc = Diags.getCurrentDiagLoc(); in EmitCurrentDiagnostic()