Searched refs:VisitCapturedDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h307 void VisitCapturedDecl(const CapturedDecl *D);
H A DASTNodeTraverser.h425 void VisitCapturedDecl(const CapturedDecl *D) { Visit(D->getBody()); } function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp402 void VisitCapturedDecl(const CapturedDecl *D) { function in struct:__anon2940::ComputeRegionCounts
880 Walker.VisitCapturedDecl(const_cast<CapturedDecl *>(CD));
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1417 void TextNodeDumper::VisitCapturedDecl(const CapturedDecl *D) { function in class:TextNodeDumper
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp127 void VisitCapturedDecl(CapturedDecl *D);
1195 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp399 void VisitCapturedDecl(CapturedDecl *CD);
1531 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { function in class:ASTDeclReader

Completed in 181 milliseconds