Searched defs:Intro (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 78 LambdaIntroducer Intro; in MayBeDesignationStart() local
|
H A D | ParseExprCXX.cpp | 810 LambdaIntroducer Intro; ParseLambdaExpression() local 855 LambdaIntroducer Intro; TryParseLambdaExpression() local 898 ParseLambdaIntroducer(LambdaIntroducer & Intro,LambdaIntroducerTentativeParse * Tentative) ParseLambdaIntroducer() argument 1328 DiagnoseStaticSpecifierRestrictions(Parser & P,SourceLocation StaticLoc,SourceLocation MutableLoc,const LambdaIntroducer & Intro) DiagnoseStaticSpecifierRestrictions() argument 1346 ParseLambdaExpressionAfterIntroducer(LambdaIntroducer & Intro) ParseLambdaExpressionAfterIntroducer() argument [all...] |
H A D | ParseTentative.cpp | 786 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 545 ActOnLambdaExplicitTemplateParameterList(LambdaIntroducer & Intro,SourceLocation LAngleLoc,ArrayRef<NamedDecl * > TParams,SourceLocation RAngleLoc,ExprResult RequiresClause) ActOnLambdaExplicitTemplateParameterList() argument 916 getLambdaType(Sema & S,LambdaIntroducer & Intro,Declarator & ParamInfo,Scope * CurScope,SourceLocation Loc,bool & ExplicitResultType) getLambdaType() argument 1059 ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer & Intro,Scope * CurrentScope) ActOnLambdaExpressionAfterIntroducer() argument 1335 ActOnLambdaClosureQualifiers(LambdaIntroducer & Intro,SourceLocation MutableLoc) ActOnLambdaClosureQualifiers() argument 1387 ActOnStartOfLambdaDefinition(LambdaIntroducer & Intro,Declarator & ParamInfo,const DeclSpec & DS) ActOnStartOfLambdaDefinition() argument [all...] |
H A D | SemaCodeComplete.cpp | 7104 CodeCompleteLambdaIntroducer(Scope * S,LambdaIntroducer & Intro,bool AfterAmpersand) CodeCompleteLambdaIntroducer() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | FormatVariadicTest.cpp | 519 const char *Intro = TEST() local
|