Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp23320 llvm::SmallPtrSet<CanonicalDeclPtr<Decl>, 4> PredefinedAllocators; in ActOnOpenMPUsesAllocatorClause() local
23326 PredefinedAllocators.insert(LookupSingleName( in ActOnOpenMPUsesAllocatorClause()
23343 IsPredefinedAllocator = PredefinedAllocators.count(DRE->getDecl()); in ActOnOpenMPUsesAllocatorClause()