HomeSort by: relevance | last modified time | path
    Searched refs:AK_ReadObjectRepresentation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.h 28 AK_ReadObjectRepresentation,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1453 return AK == AK_Read || AK == AK_ReadObjectRepresentation;
1459 case AK_ReadObjectRepresentation:
1492 case AK_ReadObjectRepresentation:
3802 if (AccessKind == AK_ReadObjectRepresentation)
3822 assert(AK == AK_Read || AK == AK_ReadObjectRepresentation);
4219 WantObjectRepresentation ? AK_ReadObjectRepresentation : AK_Read;

Completed in 41 milliseconds