Searched defs:isLambda (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/compiler/ |
D | pycodegen.py | 375 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/ |
D | InterfaceDesugaring.java | 286 static String normalizeInterfaceMethodName(String name, boolean isLambda, boolean isStatic) { in normalizeInterfaceMethodName()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 115 static bool isLambda(const NamedDecl *ND) { in isLambda() function
|
D | ItaniumMangle.cpp | 116 static bool isLambda(const NamedDecl *ND) { in isLambda() function
|
D | Decl.cpp | 3752 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1027 bool isLambda() const { in isLambda() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 986 bool isLambda() const { in isLambda() function
|
/external/llvm-project/clang/lib/AST/ |
D | ItaniumMangle.cpp | 113 static bool isLambda(const NamedDecl *ND) { in isLambda() function
|
D | Decl.cpp | 4509 bool RecordDecl::isLambda() const { in isLambda() function in RecordDecl
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2241 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3130 AST_MATCHER(CXXRecordDecl, isLambda) { in AST_MATCHER() argument
|