Home
last modified time | relevance | path

Searched refs:isDependentLambda (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp277 if (RD && RD->isDependentLambda()) in getTemplateDepth()
1149 if (Record->isDependentLambda()) in isDependentContext()
H A DASTImporter.cpp2877 DC, *TInfoOrErr, Loc, DCXX->isDependentLambda(), in VisitRecordDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1773 bool isDependentLambda() const { in isDependentLambda() function