Searched refs:MethodTyInfo (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp820 TypeSourceInfo *MethodTyInfo; local
845 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
861 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
862 assert(MethodTyInfo && "no type from lambda-declarator");
874 if (MethodTyInfo->getType()->containsUnexpandedParameterPack())
878 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
882 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,
/external/clang/include/clang/AST/
H A DDeclCXX.h536 MethodTyInfo(Info) {
583 TypeSourceInfo *MethodTyInfo; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
1717 return getLambdaData().MethodTyInfo;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1532 Lambda.MethodTyInfo = GetTypeSourceInfo(Record, Idx);
H A DASTWriter.cpp5543 AddTypeSourceInfo(Lambda.MethodTyInfo);

Completed in 353 milliseconds