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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclOpenMP.cpp 80 // OMPRequiresDecl Implementation.
83 void OMPRequiresDecl::anchor() {}
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC,
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0,
92 OMPRequiresDecl *OMPRequiresDecl::CreateDeserialized(ASTContext &C, unsigned ID,
94 return OMPDeclarativeDirective::createEmptyDirective<OMPRequiresDecl>(
DeclPrinter.cpp 104 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
448 isa<OMPDeclareMapperDecl>(*D) || isa<OMPRequiresDecl>(*D) ||
1664 void DeclPrinter::VisitOMPRequiresDecl(OMPRequiresDecl *D) {
TextNodeDumper.cpp 1799 void TextNodeDumper::VisitOMPRequiresDecl(const OMPRequiresDecl *D) {
ASTContext.cpp 10881 else if (isa<OMPRequiresDecl>(D))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 416 class OMPRequiresDecl final : public OMPDeclarativeDirective<Decl> {
422 OMPRequiresDecl(DeclContext *DC, SourceLocation L)
427 static OMPRequiresDecl *Create(ASTContext &C, DeclContext *DC,
430 static OMPRequiresDecl *CreateDeserialized(ASTContext &C, unsigned ID,
TextNodeDumper.h 335 void VisitOMPRequiresDecl(const OMPRequiresDecl *D);
RecursiveASTVisitor.h 1612 DEF_TRAVERSE_DECL(OMPRequiresDecl, {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 400 void processRequiresDirective(const OMPRequiresDecl *D) override;
CodeGenModule.h 1357 void EmitOMPRequiresDecl(const OMPRequiresDecl *D);
CGOpenMPRuntime.h 1798 virtual void processRequiresDirective(const OMPRequiresDecl *D);
CGDecl.cpp 2613 void CodeGenModule::EmitOMPRequiresDecl(const OMPRequiresDecl *D) {
CGOpenMPRuntimeGPU.cpp 4431 const OMPRequiresDecl *D) {
CodeGenModule.cpp 5906 EmitOMPRequiresDecl(cast<OMPRequiresDecl>(D));
CGOpenMPRuntime.cpp 10721 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 452 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
2688 void ASTDeclReader::VisitOMPRequiresDecl(OMPRequiresDecl * D) {
2849 isa<OMPRequiresDecl>(D))
4042 D = OMPRequiresDecl::CreateDeserialized(Context, ID, NumClauses);
ASTWriterDecl.cpp 153 void VisitOMPRequiresDecl(OMPRequiresDecl *D);
1851 void ASTDeclWriter::VisitOMPRequiresDecl(OMPRequiresDecl *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 298 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls;
632 void addRequiresDecl(OMPRequiresDecl *RD) {
639 return llvm::any_of(RequiresDecls, [](const OMPRequiresDecl *D) {
651 for (const OMPRequiresDecl *D : RequiresDecls) {
3201 OMPRequiresDecl *D = nullptr;
3272 OMPRequiresDecl *Sema::CheckOMPRequiresDecl(SourceLocation Loc,
3304 return OMPRequiresDecl::Create(Context, getCurLexicalContext(), Loc,
SemaTemplateInstantiateDecl.cpp 3275 Decl *TemplateDeclInstantiator::VisitOMPRequiresDecl(OMPRequiresDecl *D) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 165 class OMPRequiresDecl;
10382 OMPRequiresDecl *CheckOMPRequiresDecl(SourceLocation Loc,

Completed in 108 milliseconds