Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSwift.h42 void handleNewType(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp629 void SemaSwift::handleNewType(Decl *D, const ParsedAttr &AL) { in handleNewType() function in clang::SemaSwift
H A DSemaDeclAttr.cpp7009 S.Swift().handleNewType(D, AL); in ProcessDeclAttribute()