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 130 Parser::DeclGroupPtrTy ADecl;
135 if (P.ParseTopLevelDecl(ADecl)) {
143 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
145 } while (!P.ParseTopLevelDecl(ADecl));
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 636 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
638 if (ADecl) {
640 Diag(ADecl->getLocation(), diag::note_previous_declaration);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 771 milliseconds