Home
last modified time | relevance | path

Searched refs:DiagnoseName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSwift.h51 bool DiagnoseName(Decl *D, StringRef Name, SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp510 bool SemaSwift::DiagnoseName(Decl *D, StringRef Name, SourceLocation Loc, in DiagnoseName() function in clang::SemaSwift
610 if (!DiagnoseName(D, Name, Loc, AL, /*IsAsync=*/false)) in handleName()
622 if (!DiagnoseName(D, Name, Loc, AL, /*IsAsync=*/true)) in handleAsyncName()
H A DSemaAPINotes.cpp308 if (!S.Swift().DiagnoseName(D, Info.SwiftName, D->getLocation(), *SNA, in ProcessAPINotes()