Home
last modified time | relevance | path

Searched defs:isLambda (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1021 bool isLambda() const { isLambda() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp62 static bool isLambda(const NamedDecl *ND) { in isLambda() function
H A DDecl.cpp4983 bool RecordDecl::isLambda() const { isLambda() function in RecordDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3456 AST_MATCHER(CXXRecordDecl,isLambda) AST_MATCHER() argument