Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h341 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D);
H A DASTNodeTraverser.h493 void VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp108 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1733 void DeclPrinter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in DeclPrinter
H A DTextNodeDumper.cpp1872 void TextNodeDumper::VisitOMPCapturedExprDecl(const OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in TextNodeDumper
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp158 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
1897 void ASTDeclWriter::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp455 void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
2735 void ASTDeclReader::VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D) { in VisitOMPCapturedExprDecl() function in ASTDeclReader
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3574 Decl *TemplateDeclInstantiator::VisitOMPCapturedExprDecl( in VisitOMPCapturedExprDecl() function in TemplateDeclInstantiator