Searched defs:ExplicitParams (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 526 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument 2077 bool ExplicitParams; BuildLambdaExpr() local
|
H A D | SemaDeclCXX.cpp | 18978 TemplateParameterList *ExplicitParams = nullptr; ActOnStartFunctionDeclarationDeclarator() local 19012 TemplateParameterList *ExplicitParams = ActOnFinishFunctionDeclarationDeclarator() local [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 893 bool ExplicitParams = false; global() variable
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1254 LambdaExpr(QualType T,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) LambdaExpr() argument 1295 Create(const ASTContext & Context,CXXRecordDecl * Class,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) Create() argument
|