Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1402 void CapturedStmt::setCapturedDecl(CapturedDecl *D) { in setCapturedDecl() function in CapturedStmt
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3580 void setCapturedDecl(CapturedDecl *D);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp498 S->setCapturedDecl(readDeclAs<CapturedDecl>()); in VisitCapturedStmt()