Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp157 Parser::DeclGroupPtrTy ADecl; in ParseAST() local
162 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseAST()
163 AtEOF = P.ParseTopLevelDecl(ADecl, ImportState)) { in ParseAST()
167 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp269 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local
271 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl, ImportState); !AtEOF; in ParseOrWrapTopLevelDecl()
272 AtEOF = P->ParseTopLevelDecl(ADecl, ImportState)) { in ParseOrWrapTopLevelDecl()
273 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/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.cpp7006 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local
7007 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()
7008 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()
7010 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()
7045 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()
7236 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()
7526 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local
7527 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in checkOpenMPDeclareVariantFunction()
7528 ADecl = FTD->getTemplatedDecl(); in checkOpenMPDeclareVariantFunction()
7531 auto *FD = dyn_cast<FunctionDecl>(ADecl); in checkOpenMPDeclareVariantFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3803 Deserializing ADecl(this); in ReadDeclRecord() local