Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7324 dyn_cast_or_null<VarDecl>(I->getAssociatedDeclaration())) {
7341 I->getAssociatedDeclaration()->getType().getNonReferenceType();
7346 const auto *VD = dyn_cast<VarDecl>(I->getAssociatedDeclaration());
7423 ->getAssociatedDeclaration()
7448 const ValueDecl *MapDecl = (I->getAssociatedDeclaration())
7449 ? I->getAssociatedDeclaration()
7580 if (const ValueDecl *VD = MC.getAssociatedDeclaration()) {
7762 ->getAssociatedDeclaration()
8214 return MI.Components.back().getAssociatedDeclaration() == VD; in generateAllInfoForClauses()
8265 const ValueDecl *VD = Components.back().getAssociatedDeclaration(); in generateAllInfoForClauses()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8267 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()
8369 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()
8399 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
8423 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()
8443 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDeviceAddrClause()
8463 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()
8483 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPHasDeviceAddrClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2202 IsVariableUsedInMapClause |= EI->getAssociatedDeclaration() == D; in isOpenMPCapturedByRef()
2955 MI->getAssociatedDeclaration()->getCanonicalDecl() == in EndOpenMPDSABlock()
3887 return MI != ME && MI->getAssociatedDeclaration() == VD; in VisitDeclRefExpr()
3922 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()
4087 CurComponents.back().getAssociatedDeclaration()->getCanonicalDecl()); in VisitMemberExpr()
4108 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()
4109 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()
21213 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
21231 assert(StackComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
21273 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5815 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function