HomeSort by: relevance | last modified time | path
    Searched defs:VisitOMPDeclareReductionDecl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 458 void VisitOMPDeclareReductionDecl(const OMPDeclareReductionDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 105 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
1673 void DeclPrinter::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) {
TextNodeDumper.cpp 1777 void TextNodeDumper::VisitOMPDeclareReductionDecl(
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 154 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
1857 void ASTDeclWriter::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) {
ASTReaderDecl.cpp 450 void VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D);
2693 void ASTDeclReader::VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3280 Decl *TemplateDeclInstantiator::VisitOMPDeclareReductionDecl(

Completed in 23 milliseconds