Home
last modified time | relevance | path

Searched refs:getFriendDecl (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h139 NamedDecl *getFriendDecl() const { in getFriendDecl() function
150 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange()
H A DRecursiveASTVisitor.h1441 TRY_TO(TraverseDecl(D->getFriendDecl()));
1448 TRY_TO(TraverseDecl(D->getFriendDecl()));
H A DDeclTemplate.h2300 NamedDecl *getFriendDecl() const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.h102 LexicalD = FD->getFriendDecl(); in numberAnonymousDeclsWithin()
H A DASTWriterDecl.cpp1384 Record.AddDeclRef(D->getFriendDecl()); in VisitFriendDecl()
1400 Record.push_back(D->getFriendDecl() != nullptr); in VisitFriendTemplateDecl()
1401 if (D->getFriendDecl()) in VisitFriendTemplateDecl()
1402 Record.AddDeclRef(D->getFriendDecl()); in VisitFriendTemplateDecl()
H A DASTReader.cpp10807 NamedDecl *FirstND = FirstFriend->getFriendDecl(); in diagnoseOdrViolations()
10808 NamedDecl *SecondND = SecondFriend->getFriendDecl(); in diagnoseOdrViolations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1382 if ((D1->getFriendType() && D2->getFriendDecl()) || in IsStructurallyEquivalent()
1383 (D1->getFriendDecl() && D2->getFriendType())) { in IsStructurallyEquivalent()
1390 if (D1->getFriendDecl() && D2->getFriendDecl()) in IsStructurallyEquivalent()
1391 return IsStructurallyEquivalent(Context, D1->getFriendDecl(), in IsStructurallyEquivalent()
1392 D2->getFriendDecl()); in IsStructurallyEquivalent()
H A DDeclPrinter.cpp753 dyn_cast<FunctionDecl>(D->getFriendDecl())) { in VisitFriendDecl()
758 dyn_cast<FunctionTemplateDecl>(D->getFriendDecl())) { in VisitFriendDecl()
763 dyn_cast<ClassTemplateDecl>(D->getFriendDecl())) { in VisitFriendDecl()
H A DODRHash.cpp364 AddDecl(D->getFriendDecl()); in VisitFriendDecl()
H A DASTDumper.cpp1199 dumpDecl(D->getFriendDecl()); in VisitFriendDecl()
H A DASTImporter.cpp3418 if (D->getFriendDecl() && ImportedFriend->getFriendDecl()) { in VisitFriendDecl()
3419 if (IsStructuralMatch(D->getFriendDecl(), ImportedFriend->getFriendDecl(), in VisitFriendDecl()
3434 if (NamedDecl *FriendD = D->getFriendDecl()) { in VisitFriendDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexDecl.cpp694 if (auto ND = D->getFriendDecl()) { in VisitFriendDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp553 = cast<NamedDecl>(FriendD->getFriendDecl()->getCanonicalDecl()); in MatchesFriend()
H A DSema.cpp810 dyn_cast<FunctionDecl>((*I)->getFriendDecl())) in IsRecordFullyDefined()
H A DSemaTemplateInstantiateDecl.cpp964 NamedDecl *ND = D->getFriendDecl(); in VisitFriendDecl()