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 930 ExternalLast->NextInContextAndBits.setPointer(FirstDecl);
931 FirstDecl = ExternalFirst;
974 return decl_iterator(FirstDecl);
985 return decl_iterator(FirstDecl);
999 return !FirstDecl;
1009 if (D == FirstDecl) {
1011 FirstDecl = LastDecl = 0;
1013 FirstDecl = D->NextInContextAndBits.getPointer();
1015 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) {
1051 if (FirstDecl) {
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.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...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 243 milliseconds