Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7914 ->getAssociatedDeclaration() in generateInfoForComponentList()
7939 const ValueDecl *MapDecl = (I->getAssociatedDeclaration()) in generateInfoForComponentList()
7940 ? I->getAssociatedDeclaration() in generateInfoForComponentList()
8202 ->getAssociatedDeclaration() in generateInfoForComponentList()
8786 L.Components.back().getAssociatedDeclaration(); in generateAllInfoForClauses()
9163 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in generateInfoForCapture()
9179 (std::prev(It)->getAssociatedDeclaration() && in generateInfoForCapture()
9181 ->getAssociatedDeclaration() in generateInfoForCapture()
9184 (It->getAssociatedDeclaration() && in generateInfoForCapture()
9229 if (CI->getAssociatedDeclaration() != in generateInfoForCapture()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6439 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()
6530 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()
6560 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
6584 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()
6604 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDeviceAddrClause()
6624 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3589 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()
3771 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()
3772 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()
18944 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
18962 assert(StackComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
19004 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()
19056 std::prev(CI)->getAssociatedDeclaration()->getType(); in checkMapConflicts()
19113 while (It != End && !It->getAssociatedDeclaration()) in checkMapConflicts()
19117 if (It != Begin && It->getAssociatedDeclaration() in checkMapConflicts()
19434 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4973 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function