Home
last modified time | relevance | path

Searched refs:VisitOMPAllocateDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h497 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp104 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1648 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in DeclPrinter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp154 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1863 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in ASTDeclWriter
DASTReaderDecl.cpp451 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
2701 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in ASTDeclReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3373 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in TemplateDeclInstantiator