Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp193 UsesAllocatorsDecls; member
1068 getTopOfStack().UsesAllocatorsDecls.try_emplace(D, Kind); in addUsesAllocatorsDecl()
1075 auto I = StackElem.UsesAllocatorsDecls.find(D); in isUsesAllocatorsDecl()
1076 if (I == StackElem.UsesAllocatorsDecls.end()) in isUsesAllocatorsDecl()
1082 auto I = StackElem.UsesAllocatorsDecls.find(D); in isUsesAllocatorsDecl()
1083 if (I == StackElem.UsesAllocatorsDecls.end()) in isUsesAllocatorsDecl()