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

/external/clang/lib/Parse/
H A DParseAST.cpp85 Parser::DeclGroupPtrTy ADecl; local
87 while (!P.ParseTopLevelDecl(ADecl)) { // Not end of file.
91 if (ADecl) {
92 if (!Consumer->HandleTopLevelDecl(ADecl.get())) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp512 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, local
514 if (ADecl) {
515 if (isa<ObjCCompatibleAliasDecl>(ADecl))
519 Diag(ADecl->getLocation(), diag::note_previous_declaration);
/external/clang/lib/AST/
H A DExprConstant.cpp4432 const Decl *ADecl = GetLValueBaseDecl(A); local
4433 if (!ADecl)
4436 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl())

Completed in 109 milliseconds