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

  /external/clang/lib/AST/
DeclBase.cpp 939 ExternalLast->NextInContextAndBits.setPointer(FirstDecl);
940 FirstDecl = ExternalFirst;
983 return decl_iterator(FirstDecl);
990 return decl_iterator(FirstDecl);
997 return !FirstDecl;
1007 if (D == FirstDecl) {
1009 FirstDecl = LastDecl = 0;
1011 FirstDecl = D->NextInContextAndBits.getPointer();
1013 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) {
1049 if (FirstDecl) {
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 248 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
249 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
668 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
670 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
704 if (FirstDecl) {
705 Result.addDecl(FirstDecl);
706 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
822 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
823 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
    [all...]
SemaExpr.cpp 202 const FunctionDecl *FirstDecl = Current->getCanonicalDecl();
203 SourceLocation DeclBegin = FirstDecl->getSourceRange().getBegin();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 979 milliseconds