Home
last modified time | relevance | path

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

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