HomeSort by relevance Sort by last modified time
    Searched defs:ADecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseAST.cpp 118 Parser::DeclGroupPtrTy ADecl;
123 if (P.ParseTopLevelDecl(ADecl)) {
131 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
133 } while (!P.ParseTopLevelDecl(ADecl));
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 579 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
581 if (ADecl) {
582 if (isa<ObjCCompatibleAliasDecl>(ADecl))
586 Diag(ADecl->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 64 milliseconds