Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp77 static bool isLambda(const NamedDecl *ND) { in isLambda() function
H A DItaniumMangle.cpp106 static bool isLambda(const NamedDecl *ND) { in isLambda() function
H A DDecl.cpp3561 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1022 bool isLambda() const { in isLambda() function