Home
last modified time | relevance | path

Searched refs:getAssociatedDeclaration (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7857 ->getAssociatedDeclaration() in generateInfoForComponentList()
7882 const ValueDecl *MapDecl = (I->getAssociatedDeclaration()) in generateInfoForComponentList()
7883 ? I->getAssociatedDeclaration() in generateInfoForComponentList()
8148 ->getAssociatedDeclaration() in generateInfoForComponentList()
8735 L.Components.back().getAssociatedDeclaration(); in generateAllInfoForClauses()
9139 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in generateInfoForCapture()
9155 (std::prev(It)->getAssociatedDeclaration() && in generateInfoForCapture()
9157 ->getAssociatedDeclaration() in generateInfoForCapture()
9160 (It->getAssociatedDeclaration() && in generateInfoForCapture()
9205 if (CI->getAssociatedDeclaration() != in generateInfoForCapture()
[all …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6642 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()
6733 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()
6763 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
6787 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()
6807 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDeviceAddrClause()
6827 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()
6847 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPHasDeviceAddrClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3796 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()
3984 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()
3985 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()
21029 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
21089 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()
21141 std::prev(CI)->getAssociatedDeclaration()->getType(); in checkMapConflicts()
21173 CI->getAssociatedDeclaration()->getCanonicalDecl() == in checkMapConflicts()
21198 while (It != End && !It->getAssociatedDeclaration()) in checkMapConflicts()
21202 if (It != Begin && It->getAssociatedDeclaration() in checkMapConflicts()
21523 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5103 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function