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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 2674 ParsedType InitCaptureType;
2680 ParsedType InitCaptureType,
2683 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType),
2702 ParsedType InitCaptureType,
2705 InitCaptureType, ExplicitRange));
Sema.h 6628 QualType InitCaptureType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 855 QualType InitCaptureType,
861 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc);
870 Loc, Id, InitCaptureType, TSI, SC_Auto);
1094 // If the initializer expression is usable, but the InitCaptureType
1099 if (C->InitCaptureType.get().isNull())
1103 !C->InitCaptureType.get()->getAs<PackExpansionType>())
1120 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(),
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 1130 ParsedType InitCaptureType;
1140 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization(
1149 InitCaptureType, SourceRange(LocStart, LocEnd));

Completed in 30 milliseconds