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

  /external/clang/include/clang/Sema/
TypoCorrection.h 216 typedef SmallVectorImpl<NamedDecl *>::const_iterator const_decl_iterator; typedef in class:clang::TypoCorrection
217 const_decl_iterator begin() const {
220 const_decl_iterator end() const { return CorrectionDecls.end(); }
  /external/clang/include/clang/AST/
Stmt.h 488 typedef DeclGroupRef::const_iterator const_decl_iterator; typedef in class:clang::DeclStmt
490 typedef llvm::iterator_range<const_decl_iterator> decl_const_range;
498 const_decl_iterator decl_begin() const { return DG.begin(); }
499 const_decl_iterator decl_end() const { return DG.end(); }
    [all...]

Completed in 50 milliseconds