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() 75 void SemaSwift::handleAttrAttr(Decl *D, const ParsedAttr &AL) { in handleAttrAttr() 85 void SemaSwift::handleBridge(Decl *D, const ParsedAttr &AL) { in handleBridge() 125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() 282 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError() 510 bool SemaSwift::DiagnoseName(Decl *D, StringRef Name, SourceLocation Loc, in DiagnoseName() 604 void SemaSwift::handleName(Decl *D, const ParsedAttr &AL) { in handleName() 616 void SemaSwift::handleAsyncName(Decl *D, const ParsedAttr &AL) { in handleAsyncName() 629 void SemaSwift::handleNewType(Decl *D, const ParsedAttr &AL) { in handleNewType() [all …]
|
H A D | Sema.cpp | 246 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 | 194 class SemaSwift; variable 1244 SemaSwift &Swift() { in Swift() 1315 std::unique_ptr<SemaSwift> SwiftPtr;
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 606 SRCS_MIN+= Sema/SemaSwift.cpp
|