Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h470 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp103 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1610 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in DeclPrinter
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp153 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1845 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in ASTDeclWriter
DASTReaderDecl.cpp449 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
2681 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in ASTDeclReader
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3248 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) { in VisitOMPAllocateDecl() function in TemplateDeclInstantiator