OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MethodTyInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
911
TypeSourceInfo *
MethodTyInfo
;
940
MethodTyInfo
= Context.getTrivialTypeSourceInfo(MethodTy);
958
MethodTyInfo
= GetTypeForDeclarator(ParamInfo, CurScope);
959
assert(
MethodTyInfo
&& "no type from lambda-declarator");
971
if (
MethodTyInfo
->getType()->containsUnexpandedParameterPack())
972
DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(),
MethodTyInfo
,
976
CXXRecordDecl *Class = createLambdaClosureType(Intro.Range,
MethodTyInfo
,
979
startLambdaDefinition(Class, Intro.Range,
MethodTyInfo
, EndLoc, Params,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
409
TypeSourceInfo *
MethodTyInfo
;
416
MethodTyInfo
(Info) {
1778
return getLambdaData().
MethodTyInfo
;
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026