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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1896 IsVariableUsedInMapClause |= EI->getAssociatedDeclaration() == D;
3023 return MI != ME && MI->getAssociatedDeclaration() == VD;
3046 return MC.getAssociatedDeclaration() ==
3194 CurComponents.back().getAssociatedDeclaration()->getCanonicalDecl());
3213 const Decl *CCD = CCI->getAssociatedDeclaration();
3214 const Decl *SCD = SC.getAssociatedDeclaration();
15485 assert(CurComponents.back().getAssociatedDeclaration() == VD &&
15501 assert(StackComponents.back().getAssociatedDeclaration() == VD &&
15541 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7506 dyn_cast_or_null<VarDecl>(I->getAssociatedDeclaration())) {
7522 I->getAssociatedDeclaration()->getType().getNonReferenceType();
7643 if (MC.getAssociatedDeclaration()) {
7957 const ValueDecl *VD = L.second.back().getAssociatedDeclaration();
7970 return MI.Components.back().getAssociatedDeclaration() == VD;
8035 L.Components.back().getAssociatedDeclaration();
8318 if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
8361 if (CI->getAssociatedDeclaration() !=
8362 SI->getAssociatedDeclaration())
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6383 Record.AddDeclRef(M.getAssociatedDeclaration());
6468 Record.AddDeclRef(M.getAssociatedDeclaration());
6492 Record.AddDeclRef(M.getAssociatedDeclaration());
6516 Record.AddDeclRef(M.getAssociatedDeclaration());
6536 Record.AddDeclRef(M.getAssociatedDeclaration());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4263 ValueDecl *getAssociatedDeclaration() const { function in class:clang::OMPClauseMappableExprCommon::MappableComponent

Completed in 243 milliseconds