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

  /external/clang/lib/Sema/
SemaLambda.cpp 530 TypeSourceInfo *MethodTyInfo;
545 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
561 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
562 assert(MethodTyInfo && "no type from lambda-declarator");
566 = MethodTyInfo->getType()->getAs<FunctionType>()->getResultType()
580 if (MethodTyInfo->getType()->containsUnexpandedParameterPack())
584 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
588 MethodTyInfo, EndLoc, Params);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 520 MethodTyInfo(Info)
556 TypeSourceInfo *MethodTyInfo;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 38 milliseconds