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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2721 ExprResult AllocatorTraits = ParseCXXIdExpression();
2723 if (AllocatorTraits.isInvalid()) {
2728 D.AllocatorTraits = AllocatorTraits.get();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 8020 Expr *AllocatorTraits = nullptr;
8031 AllocatorTraits,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11212 Expr *AllocatorTraits = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 10121 ExprResult AllocatorTraits;
10122 if (Expr *AT = D.AllocatorTraits) {
10123 AllocatorTraits = getDerived().TransformExpr(AT);
10124 if (AllocatorTraits.isInvalid())
10129 NewD.AllocatorTraits = AllocatorTraits.get();

Completed in 51 milliseconds