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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4249 ValueDecl *AssociatedDeclaration = nullptr; member in class:clang::OMPClauseMappableExprCommon::MappableComponent
4254 ValueDecl *AssociatedDeclaration)
4256 AssociatedDeclaration(
4257 AssociatedDeclaration
4258 ? cast<ValueDecl>(AssociatedDeclaration->getCanonicalDecl())
4264 return AssociatedDeclaration;
4253 MappableComponent(Expr *AssociatedExpression, ValueDecl *AssociatedDeclaration) argument

Completed in 97 milliseconds