Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp99 enum class UsesAllocatorsDeclKind { enum in __anon1dd12e440111::DSAStackTy
209 llvm::DenseMap<CanonicalDeclPtr<const Decl>, UsesAllocatorsDeclKind>
1153 void addUsesAllocatorsDecl(const Decl *D, UsesAllocatorsDeclKind Kind) { in addUsesAllocatorsDecl()
1158 std::optional<UsesAllocatorsDeclKind>
1166 std::optional<UsesAllocatorsDeclKind>
2609 DSAStackTy::UsesAllocatorsDeclKind::AllocatorTrait) == in isOpenMPPrivateDecl()
2610 DSAStackTy::UsesAllocatorsDeclKind::UserDefinedAllocator) in isOpenMPPrivateDecl()
5225 .value_or(DSAStackTy::UsesAllocatorsDeclKind::AllocatorTrait) == in VisitDeclRefExpr()
5226 DSAStackTy::UsesAllocatorsDeclKind::AllocatorTrait; in VisitDeclRefExpr()
23066 ? DSAStackTy::UsesAllocatorsDeclKind::PredefinedAllocator in ActOnOpenMPUsesAllocatorClause()
[all …]