Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1274 void CapturedStmt::setCapturedDecl(CapturedDecl *D) { in setCapturedDecl() function in CapturedStmt
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h3214 void setCapturedDecl(CapturedDecl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp491 S->setCapturedDecl(ReadDeclAs<CapturedDecl>()); in VisitCapturedStmt()