Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7442 ->getAssociatedDeclaration() in generateInfoForComponentList()
7467 const ValueDecl *MapDecl = (I->getAssociatedDeclaration()) in generateInfoForComponentList()
7468 ? I->getAssociatedDeclaration() in generateInfoForComponentList()
7736 ->getAssociatedDeclaration() in generateInfoForComponentList()
8315 L.Components.back().getAssociatedDeclaration(); in generateAllInfoForClauses()
8777 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in generateInfoForCapture()
8793 (std::prev(It)->getAssociatedDeclaration() && in generateInfoForCapture()
8795 ->getAssociatedDeclaration() in generateInfoForCapture()
8798 (It->getAssociatedDeclaration() && in generateInfoForCapture()
8843 if (CI->getAssociatedDeclaration() != in generateInfoForCapture()
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6819 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()
6914 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()
6944 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
6968 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()
6988 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDeviceAddrClause()
7008 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()
7028 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPHasDeviceAddrClause()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3847 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()
4035 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()
4036 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()
21312 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
21372 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()
21424 std::prev(CI)->getAssociatedDeclaration()->getType(); in checkMapConflicts()
21456 CI->getAssociatedDeclaration()->getCanonicalDecl() == in checkMapConflicts()
21481 while (It != End && !It->getAssociatedDeclaration()) in checkMapConflicts()
21485 if (It != Begin && It->getAssociatedDeclaration() in checkMapConflicts()
21806 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5125 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function