reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7518               dyn_cast_or_null<VarDecl>(I->getAssociatedDeclaration())) {
 7534           I->getAssociatedDeclaration()->getType().getNonReferenceType();
 7655               if (MC.getAssociatedDeclaration()) {
 7969         const ValueDecl *VD = L.second.back().getAssociatedDeclaration();
 7982                 return MI.Components.back().getAssociatedDeclaration() == VD;
 8047               L.Components.back().getAssociatedDeclaration();
 8327           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
 8327           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
 8370               if (CI->getAssociatedDeclaration() !=
 8371                   SI->getAssociatedDeclaration())
 8383             const auto *FD1 = cast<FieldDecl>(CI->getAssociatedDeclaration());
 8384             const auto *FD2 = cast<FieldDecl>(SI->getAssociatedDeclaration());
tools/clang/lib/Sema/SemaOpenMP.cpp
 1812             IsVariableUsedInMapClause |= EI->getAssociatedDeclaration() == D;
 2847                                return MC.getAssociatedDeclaration() ==
 2988           CurComponents.back().getAssociatedDeclaration()->getCanonicalDecl());
 3007                   const Decl *CCD = CCI->getAssociatedDeclaration();
 3008                   const Decl *SCD = SC.getAssociatedDeclaration();
14889   assert(CurComponents.back().getAssociatedDeclaration() == VD &&
14905         assert(StackComponents.back().getAssociatedDeclaration() == VD &&
14945           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
14945           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
14994             std::prev(CI)->getAssociatedDeclaration()->getType();
15026                      CI->getAssociatedDeclaration()->getCanonicalDecl() ==
15027                          SI->getAssociatedDeclaration()->getCanonicalDecl()) {
15051               while (It != End && !It->getAssociatedDeclaration())
15055               if (It != Begin && It->getAssociatedDeclaration()
15365     CurDeclaration = CurComponents.back().getAssociatedDeclaration();
15412           return MC.getAssociatedDeclaration();
15416         I->getAssociatedDeclaration()->getType().getNonReferenceType();
tools/clang/lib/Serialization/ASTWriter.cpp
 6956     Record.AddDeclRef(M.getAssociatedDeclaration());
 7041     Record.AddDeclRef(M.getAssociatedDeclaration());
 7065     Record.AddDeclRef(M.getAssociatedDeclaration());
 7089     Record.AddDeclRef(M.getAssociatedDeclaration());
 7109     Record.AddDeclRef(M.getAssociatedDeclaration());