Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h357 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D);
H A DASTNodeTraverser.h510 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp121 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1905 void DeclPrinter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in DeclPrinter
H A DTextNodeDumper.cpp2127 void TextNodeDumper::VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in TextNodeDumper
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp160 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
2062 void ASTDeclWriter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp476 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
3088 void ASTDeclReader::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3769 Decl *TemplateDeclInstantiator::VisitOMPCapturedExprDecl( in VisitOMPCapturedExprDecl() function in TemplateDeclInstantiator