Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2272 return MC.getAssociatedDeclaration() == in VisitDeclRefExpr()
2422 const Decl *CCD = CCI->getAssociatedDeclaration(); in VisitMemberExpr()
2423 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr()
12651 assert(CurComponents.back().getAssociatedDeclaration() == VD && in checkMapConflicts()
12707 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in checkMapConflicts()
12756 std::prev(CI)->getAssociatedDeclaration()->getType(); in checkMapConflicts()
12813 while (It != End && !It->getAssociatedDeclaration()) in checkMapConflicts()
12817 if (It != Begin && It->getAssociatedDeclaration() in checkMapConflicts()
12971 CurDeclaration = CurComponents.back().getAssociatedDeclaration(); in checkMappableExpressionList()
13018 return MC.getAssociatedDeclaration(); in checkMappableExpressionList()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7024 dyn_cast_or_null<VarDecl>(I->getAssociatedDeclaration())) { in generateInfoForComponentList()
7037 I->getAssociatedDeclaration()->getType().getNonReferenceType(); in generateInfoForComponentList()
7158 if (MC.getAssociatedDeclaration()) { in generateInfoForComponentList()
7457 const ValueDecl *VD = L.second.back().getAssociatedDeclaration(); in generateAllInfo()
7470 return MI.Components.back().getAssociatedDeclaration() == VD; in generateAllInfo()
7537 L.Components.back().getAssociatedDeclaration(); in generateAllInfo()
7727 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration()) in generateInfoForCapture()
7770 if (CI->getAssociatedDeclaration() != in generateInfoForCapture()
7771 SI->getAssociatedDeclaration()) in generateInfoForCapture()
7783 const auto *FD1 = cast<FieldDecl>(CI->getAssociatedDeclaration()); in generateInfoForCapture()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6802 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPMapClause()
6871 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPToClause()
6891 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPFromClause()
6915 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPUseDevicePtrClause()
6935 Record.AddDeclRef(M.getAssociatedDeclaration()); in VisitOMPIsDevicePtrClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3572 ValueDecl *getAssociatedDeclaration() const { in getAssociatedDeclaration() function