clang API Documentation
This file provides some common utility functions for processing Lambda related AST Constructs. More...


Go to the source code of this file.
Namespaces | |
| namespace | clang |
Functions | |
| StringRef | clang::getLambdaStaticInvokerName () |
| bool | clang::isLambdaCallOperator (const CXXMethodDecl *MD) |
| bool | clang::isLambdaCallOperator (const DeclContext *DC) |
| bool | clang::isGenericLambdaCallOperatorSpecialization (const CXXMethodDecl *MD) |
| bool | clang::isLambdaConversionOperator (CXXConversionDecl *C) |
| bool | clang::isLambdaConversionOperator (Decl *D) |
| bool | clang::isGenericLambdaCallOperatorSpecialization (DeclContext *DC) |
| DeclContext * | clang::getLambdaAwareParentOfDeclContext (DeclContext *DC) |
This file provides some common utility functions for processing Lambda related AST Constructs.
Definition in file ASTLambda.h.