Searched refs:SemaSwift (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSwift.cpp | 24 SemaSwift::SemaSwift(Sema &S) : SemaBase(S) {} in SemaSwift() function in clang::SemaSwift 26 SwiftNameAttr *SemaSwift::mergeNameAttr(Decl *D, const SwiftNameAttr &SNA, in mergeNameAttr() 84 void SemaSwift::handleAttrAttr(Decl *D, const ParsedAttr &AL) { in handleAttrAttr() 99 void SemaSwift::handleBridge(Decl *D, const ParsedAttr &AL) { in handleBridge() 139 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() 296 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError() 524 bool SemaSwift::DiagnoseName(Decl *D, StringRef Name, SourceLocation Loc, in DiagnoseName() 618 void SemaSwift::handleName(Decl *D, const ParsedAttr &AL) { in handleName() 630 void SemaSwift::handleAsyncName(Decl *D, const ParsedAttr &AL) { in handleAsyncName() 643 void SemaSwift::handleNewType(Decl *D, const ParsedAttr &AL) { in handleNewType() [all …]
|
| H A D | Sema.cpp | 306 SwiftPtr(std::make_unique<SemaSwift>(*this)), in Sema()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaSwift.h | 28 class SemaSwift : public SemaBase { 30 SemaSwift(Sema &S);
|
| H A D | Sema.h | 180 class SemaSwift; variable 1519 SemaSwift &Swift() { in Swift() 1594 std::unique_ptr<SemaSwift> SwiftPtr;
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 645 SRCS_MIN+= Sema/SemaSwift.cpp
|