Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h345 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D);
H A DASTNodeTraverser.h500 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp108 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1747 void DeclPrinter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1905 void TextNodeDumper::VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in TextNodeDumper
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp159 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1907 void ASTDeclWriter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp457 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
2843 void ASTDeclReader::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3636 Decl *TemplateDeclInstantiator::VisitOMPCapturedExprDecl( in VisitOMPCapturedExprDecl() function in TemplateDeclInstantiator