Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1022 bool isLambda() const { in isLambda() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp62 static bool isLambda(const NamedDecl *ND) { in isLambda() function
H A DDecl.cpp5032 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3457 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument