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

  /external/clang/lib/Parse/
ParseAST.cpp 82 Parser::DeclGroupPtrTy ADecl;
84 while (!P.ParseTopLevelDecl(ADecl)) { // Not end of file.
88 if (ADecl)
89 Consumer->HandleTopLevelDecl(ADecl.get());
92 while ((ADecl = P.FinishPendingObjCActions()))
93 Consumer->HandleTopLevelDecl(ADecl.get());
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 496 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
498 if (ADecl) {
499 if (isa<ObjCCompatibleAliasDecl>(ADecl))
503 Diag(ADecl->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 71 milliseconds