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 986 ExternalLast->NextInContextAndBits.setPointer(FirstDecl);
987 FirstDecl = ExternalFirst;
1029 return decl_iterator(FirstDecl);
1036 return decl_iterator(FirstDecl);
1043 return !FirstDecl;
1053 if (D == FirstDecl) {
1055 FirstDecl = LastDecl = 0;
1057 FirstDecl = D->NextInContextAndBits.getPointer();
1059 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) {
1095 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)
668 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
670 = FirstDecl? FirstDecl->getUnderlyingDecl() : 0;
705 if (FirstDecl) {
706 Result.addDecl(FirstDecl);
707 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
823 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
824 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
    [all...]
SemaExpr.cpp 219 const FunctionDecl *FirstDecl = Current->getCanonicalDecl();
220 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 297 milliseconds