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

  /external/clang/lib/Parse/
ParseAST.cpp 85 Parser::DeclGroupPtrTy ADecl;
87 while (!P.ParseTopLevelDecl(ADecl)) { // Not end of file.
91 if (ADecl) {
92 if (!Consumer->HandleTopLevelDecl(ADecl.get())) {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 512 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
514 if (ADecl) {
515 if (isa<ObjCCompatibleAliasDecl>(ADecl))
519 Diag(ADecl->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 62 milliseconds