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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp767 TypeSourceInfo *MethodTyInfo; local
792 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy);
808 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
809 assert(MethodTyInfo && "no type from lambda-declarator");
825 if (MethodTyInfo->getType()->containsUnexpandedParameterPack())
829 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
833 MethodTyInfo, EndLoc, Params);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h514 ManglingNumber(0), ContextDecl(0), Captures(0), MethodTyInfo(Info)
556 TypeSourceInfo *MethodTyInfo; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
1620 return getLambdaData().MethodTyInfo;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1238 Lambda.MethodTyInfo = GetTypeSourceInfo(Record, Idx);
H A DASTWriter.cpp5137 AddTypeSourceInfo(Lambda.MethodTyInfo, Record);

Completed in 117 milliseconds