HomeSort by relevance Sort by last modified time
    Searched refs:const_decl_iterator (Results 1 - 4 of 4) 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 475 typedef DeclGroupRef::const_iterator const_decl_iterator; typedef in class:clang::DeclStmt
477 typedef llvm::iterator_range<const_decl_iterator> decl_const_range;
485 const_decl_iterator decl_begin() const { return DG.begin(); }
486 const_decl_iterator decl_end() const { return DG.end(); }
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 46 milliseconds