Searched defs:ADecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseAST.cpp129 Parser::DeclGroupPtrTy ADecl; local
134 if (P.ParseTopLevelDecl(ADecl)) {
142 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
144 } while (!P.ParseTopLevelDecl(ADecl));
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp632 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, local
634 if (ADecl) {
636 Diag(ADecl->getLocation(), diag::note_previous_declaration);
/external/clang/lib/AST/
H A DExprConstant.cpp6495 const Decl *ADecl = GetLValueBaseDecl(A); local
6496 if (!ADecl)
6499 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl())

Completed in 945 milliseconds