Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6868 bool Sema::DiagnoseSwiftName(Decl *D, StringRef Name, SourceLocation Loc, in DiagnoseSwiftName() function in Sema
6968 if (!S.DiagnoseSwiftName(D, Name, Loc, AL, /*IsAsync=*/false)) in handleSwiftName()
6980 if (!S.DiagnoseSwiftName(D, Name, Loc, AL, /*IsAsync=*/true)) in handleSwiftAsyncName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2270 bool DiagnoseSwiftName(Decl *D, StringRef Name, SourceLocation Loc,