Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseAST.cpp129 Parser::DeclGroupPtrTy ADecl; in ParseAST() local
134 if (P.ParseTopLevelDecl(ADecl)) { in ParseAST()
142 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()
144 } while (!P.ParseTopLevelDecl(ADecl)); in ParseAST()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp1035 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias() local
1037 if (ADecl) { in ActOnCompatibilityAlias()
1039 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp6499 const Decl *ADecl = GetLValueBaseDecl(A); in HasSameBase() local
6500 if (!ADecl) in HasSameBase()
6503 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp3101 Deserializing ADecl(this); in ReadDeclRecord() local