Home
last modified time | relevance | path

Searched refs:ADecl (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST() local
161 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()
162 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()
166 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp172 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local
174 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()
175 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()
176 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1151 NamedDecl *ADecl = in ActOnCompatibilityAlias() local
1154 if (ADecl) { in ActOnCompatibilityAlias()
1156 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
H A DSemaOpenMP.cpp6855 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local
6856 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()
6857 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()
6859 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()
6861 Diag(ADecl->getLocation(), diag::err_omp_function_expected) << SimdId; in ActOnOpenMPDeclareSimdDirective()
6894 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()
6950 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()
7037 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()
7085 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()
7375 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3635 Deserializing ADecl(this); in ReadDeclRecord() local