Home
last modified time | relevance | path

Searched defs:hasExplicitParameters (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2059 bool hasExplicitParameters() const { return LambdaExprBits.ExplicitParams; } in hasExplicitParameters() function
/external/clang/include/clang/AST/
DExprCXX.h1738 bool hasExplicitParameters() const { return ExplicitParams; } in hasExplicitParameters() function