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

  /external/clang/lib/AST/
DeclBase.cpp 962 ExternalLast->NextInContextAndBits.setPointer(FirstDecl);
963 FirstDecl = ExternalFirst;
1030 return decl_iterator(FirstDecl);
1037 return decl_iterator(FirstDecl);
1044 return !FirstDecl;
1059 if (D == FirstDecl) {
1061 FirstDecl = LastDecl = 0;
1063 FirstDecl = D->NextInContextAndBits.getPointer();
1065 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) {
1101 if (FirstDecl) {
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 247 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
248 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
675 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
677 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
715 if (FirstDecl) {
716 Result.addDecl(FirstDecl);
717 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 534 milliseconds