Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp156 Parser::DeclGroupPtrTy ADecl; in ParseAST() local
157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST()
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
162 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp164 Parser::DeclGroupPtrTy ADecl; in ParseOrWrapTopLevelDecl() local
165 for (bool AtEOF = P->ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseOrWrapTopLevelDecl()
166 AtEOF = P->ParseTopLevelDecl(ADecl)) { in ParseOrWrapTopLevelDecl()
170 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6355 Decl *ADecl = DG.get().getSingleDecl(); in ActOnOpenMPDeclareSimdDirective() local
6356 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in ActOnOpenMPDeclareSimdDirective()
6357 ADecl = FTD->getTemplatedDecl(); in ActOnOpenMPDeclareSimdDirective()
6359 auto *FD = dyn_cast<FunctionDecl>(ADecl); in ActOnOpenMPDeclareSimdDirective()
6394 << FD->getDeclName() << (isa<CXXMethodDecl>(ADecl) ? 1 : 0); in ActOnOpenMPDeclareSimdDirective()
6585 ADecl->addAttr(NewAttr); in ActOnOpenMPDeclareSimdDirective()
6862 Decl *ADecl = DG.get().getSingleDecl(); in checkOpenMPDeclareVariantFunction() local
6863 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ADecl)) in checkOpenMPDeclareVariantFunction()
6864 ADecl = FTD->getTemplatedDecl(); in checkOpenMPDeclareVariantFunction()
6867 auto *FD = dyn_cast<FunctionDecl>(ADecl); in checkOpenMPDeclareVariantFunction()
[all …]
H A DSemaDeclObjC.cpp1142 NamedDecl *ADecl = in ActOnCompatibilityAlias() local
1145 if (ADecl) { in ActOnCompatibilityAlias()
1147 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3799 Deserializing ADecl(this); in ReadDeclRecord() local