Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1054 SourceLocation getCurrentDiagLoc() const { return CurDiagLoc; } in getCurrentDiagLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1419 SourceLocation Loc = Diags.getCurrentDiagLoc(); in EmitCurrentDiagnostic()