Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py375 def _visitFuncOrLambda(self, node, isLambda=0): argument
1350 def __init__(self, func, scopes, isLambda, class_name, mod): argument
1415 def __init__(self, func, scopes, isLambda, class_name, mod): argument
/external/desugar/java/com/google/devtools/build/android/desugar/
DInterfaceDesugaring.java286 static String normalizeInterfaceMethodName(String name, boolean isLambda, boolean isStatic) { in normalizeInterfaceMethodName()
/external/clang/lib/AST/
DMicrosoftMangle.cpp115 static bool isLambda(const NamedDecl *ND) { in isLambda() function
DItaniumMangle.cpp116 static bool isLambda(const NamedDecl *ND) { in isLambda() function
DDecl.cpp3752 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
/external/clang/include/clang/AST/
DDeclCXX.h1027 bool isLambda() const { in isLambda() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h986 bool isLambda() const { in isLambda() function
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp113 static bool isLambda(const NamedDecl *ND) { in isLambda() function
DDecl.cpp4509 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2241 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3130 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument