Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseAST.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()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp632 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias() local
634 if (ADecl) { in ActOnCompatibilityAlias()
636 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
/external/clang/lib/AST/
DExprConstant.cpp6495 const Decl *ADecl = GetLValueBaseDecl(A); in HasSameBase() local
6496 if (!ADecl) in HasSameBase()
6499 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2977 Deserializing ADecl(this); in ReadDeclRecord() local