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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 113 EK_CompoundLiteralInit,
193 /// When Kind == EK_Temporary or EK_CompoundLiteralInit, the type
414 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(),
434 if (Kind == EK_Temporary || Kind == EK_CompoundLiteralInit)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 1161 case InitializedEntity::EK_CompoundLiteralInit:
3331 case EK_CompoundLiteralInit:
3364 case EK_CompoundLiteralInit:
3387 case EK_CompoundLiteralInit:
3422 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break;
4275 if (Entity.getKind() == InitializedEntity::EK_CompoundLiteralInit) {
6097 case InitializedEntity::EK_CompoundLiteralInit:
6122 case InitializedEntity::EK_CompoundLiteralInit:
6162 case InitializedEntity::EK_CompoundLiteralInit:
6201 case InitializedEntity::EK_CompoundLiteralInit
    [all...]

Completed in 43 milliseconds