Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1396 void CapturedStmt::setCapturedDecl(CapturedDecl *D) { in setCapturedDecl() function in CapturedStmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3580 void setCapturedDecl(CapturedDecl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp498 S->setCapturedDecl(readDeclAs<CapturedDecl>()); in VisitCapturedStmt()