Home
last modified time | relevance | path

Searched refs:VisitOMPCapturedExprDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h372 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D);
H A DASTNodeTraverser.h637 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp111 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1903 void DeclPrinter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in DeclPrinter
H A DTextNodeDumper.cpp2537 void TextNodeDumper::VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in TextNodeDumper
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp176 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
2341 void ASTDeclWriter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp454 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
3096 void ASTDeclReader::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4367 Decl *TemplateDeclInstantiator::VisitOMPCapturedExprDecl( in VisitOMPCapturedExprDecl() function in TemplateDeclInstantiator