Home
last modified time | relevance | path

Searched defs:ExplicitParams (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp441 bool ExplicitParams, in buildLambdaScope()
821 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1500 bool ExplicitParams; in BuildLambdaExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp487 bool ExplicitParams, in buildLambdaScope()
913 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1750 bool ExplicitParams; in BuildLambdaExpr() local
DSemaDeclCXX.cpp17821 TemplateParameterList *ExplicitParams = nullptr; in ActOnStartFunctionDeclarationDeclarator() local
17847 TemplateParameterList *ExplicitParams = in ActOnFinishFunctionDeclarationDeclarator() local
/external/clang/include/clang/Sema/
DScopeInfo.h689 bool ExplicitParams; variable
/external/clang/lib/AST/
DExprCXX.cpp854 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr()
911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h838 bool ExplicitParams = false; variable
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1124 SourceLocation CaptureDefaultLoc, bool ExplicitParams, in LambdaExpr()
1165 bool ExplicitParams, bool ExplicitResultType, in Create()
/external/llvm-project/clang/include/clang/AST/
DStmt.h946 unsigned ExplicitParams : 1; variable
/external/clang/include/clang/AST/
DExprCXX.h1521 unsigned ExplicitParams : 1; variable