HomeSort by: relevance | last modified time | path
    Searched refs:VisitOMPAllocateDecl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 473 void VisitOMPAllocateDecl(const OMPAllocateDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 103 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1644 void DeclPrinter::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 152 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
1845 void ASTDeclWriter::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
ASTReaderDecl.cpp 449 void VisitOMPAllocateDecl(OMPAllocateDecl *D);
2683 void ASTDeclReader::VisitOMPAllocateDecl(OMPAllocateDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3249 Decl *TemplateDeclInstantiator::VisitOMPAllocateDecl(OMPAllocateDecl *D) {

Completed in 56 milliseconds