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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2035 type_iterator types_end() { return Types.end(); } function in class:clang::ASTContext
2037 const_type_iterator types_end() const { return Types.end(); } function in class:clang::ASTContext

Completed in 97 milliseconds