Searched defs:VisitCapturedDecl (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 492 void VisitCapturedDecl(const CapturedDecl *D) { Visit(D->getBody()); } VisitCapturedDecl() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 548 void VisitCapturedDecl(const CapturedDecl *D) { VisitCapturedDecl() function |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1292 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { VisitCapturedDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 1804 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { VisitCapturedDecl() function in ASTDeclReader |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | TextNodeDumper.cpp | 2034 void TextNodeDumper::VisitCapturedDecl(const CapturedDecl *D) { VisitCapturedDecl() function in TextNodeDumper |