Searched refs:CheckFriendTypeDecl (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 835 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getLocStart(), in VisitFriendDecl()
|
D | SemaDeclCXX.cpp | 12421 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl() function in Sema 12685 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1218 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getBeginLoc(), in VisitFriendDecl()
|
D | SemaDeclCXX.cpp | 16112 FriendDecl *Sema::CheckFriendTypeDecl(SourceLocation LocStart, in CheckFriendTypeDecl() function in Sema 16398 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5451 FriendDecl *CheckFriendTypeDecl(SourceLocation LocStart,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6974 FriendDecl *CheckFriendTypeDecl(SourceLocation LocStart,
|