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

  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 209 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
210 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
586 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
588 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
622 if (FirstDecl) {
623 Result.addDecl(FirstDecl);
624 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
739 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
740 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
    [all...]

Completed in 274 milliseconds