HomeSort by: relevance | last modified time | path
    Searched defs:UsesAllocatorsDecls (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 194 UsesAllocatorsDecls;
1069 getTopOfStack().UsesAllocatorsDecls.try_emplace(D, Kind);
1076 auto I = StackElem.UsesAllocatorsDecls.find(D);
1077 if (I == StackElem.UsesAllocatorsDecls.end())
1083 auto I = StackElem.UsesAllocatorsDecls.find(D);
1084 if (I == StackElem.UsesAllocatorsDecls.end())

Completed in 23 milliseconds