Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1408 void CapturedStmt::setCapturedDecl(CapturedDecl *D) { in setCapturedDecl() function in CapturedStmt
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3641 void setCapturedDecl(CapturedDecl *D);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp502 S->setCapturedDecl(readDeclAs<CapturedDecl>()); in VisitCapturedStmt()