Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp540 TEST(DeclarationMatcher, IsLambda) { in TEST() argument
541 const auto IsLambda = cxxMethodDecl(ofClass(cxxRecordDecl(isLambda()))); in TEST() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h457 unsigned IsLambda : 1; member
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1668 bool IsLambda = Record[Idx++]; in ReadCXXRecordDefinition() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp13231 bool IsLambda = isa<LambdaScopeInfo>(CSI); in isVariableCapturable() local