HomeSort by relevance Sort by last modified time
    Searched defs:MethodTyInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 443 TypeSourceInfo *MethodTyInfo;
459 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
475 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
476 assert(MethodTyInfo && "no type from lambda-declarator");
480 = MethodTyInfo->getType()->getAs<FunctionType>()->getResultType()
494 if (MethodTyInfo->getType()->containsUnexpandedParameterPack())
498 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
502 MethodTyInfo, EndLoc, Params);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 514 MethodTyInfo(Info)
550 TypeSourceInfo *MethodTyInfo;
    [all...]

Completed in 53 milliseconds