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

Declarations

tools/clang/include/clang/AST/DeclOpenMP.h
  470   static OMPAllocateDecl *Create(ASTContext &C, DeclContext *DC,

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 2658   auto *D = OMPAllocateDecl::Create(Context, Owner, Loc, Vars, Clauses);