Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp486 bool ExplicitParams, in buildLambdaScope()
912 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1753 bool ExplicitParams; in BuildLambdaExpr() local
H A DSemaDeclCXX.cpp17897 TemplateParameterList *ExplicitParams = nullptr; in ActOnStartFunctionDeclarationDeclarator() local
17923 TemplateParameterList *ExplicitParams = in ActOnFinishFunctionDeclarationDeclarator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h842 bool ExplicitParams = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1124 SourceLocation CaptureDefaultLoc, bool ExplicitParams, in LambdaExpr()
1165 bool ExplicitParams, bool ExplicitResultType, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h946 unsigned ExplicitParams : 1; variable