Searched defs:const_semantics_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h4843 typedef const Expr * const *const_semantics_iterator; typedef
4847 const_semantics_iterator semantics_begin() const {
4853 const_semantics_iterator semantics_end() const {
4860 llvm::iterator_range<const_semantics_iterator> semantics() const {

Completed in 190 milliseconds