reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclOpenMP.h
  518   static bool classofKind(Kind K) { return K == OMPAllocate; }
tools/clang/lib/AST/DeclBase.cpp
  802     case OMPAllocate:
tools/clang/lib/AST/DeclOpenMP.cpp
   66       OMPAllocateDecl(OMPAllocate, DC, L);
   79           OMPAllocateDecl(OMPAllocate, nullptr, SourceLocation());
tools/clang/lib/CodeGen/CGDecl.cpp
  107   case Decl::OMPAllocate:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5447   case Decl::OMPAllocate:
tools/clang/lib/Serialization/ASTCommon.cpp
  395   case Decl::OMPAllocate:
tools/clang/tools/libclang/CIndex.cpp
 6292   case Decl::OMPAllocate: