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

/external/clang/include/clang/AST/
H A DDeclTemplate.h947 typedef llvm::iterator_range<spec_iterator> spec_range; typedef in class:clang::FunctionTemplateDecl
949 spec_range specializations() const {
950 return spec_range(spec_begin(), spec_end());
2107 typedef llvm::iterator_range<spec_iterator> spec_range; typedef in class:clang::ClassTemplateDecl
2109 spec_range specializations() const {
2110 return spec_range(spec_begin(), spec_end());
2906 typedef llvm::iterator_range<spec_iterator> spec_range; typedef in class:clang::VarTemplateDecl
2908 spec_range specializations() const {
2909 return spec_range(spec_begin(), spec_end());

Completed in 215 milliseconds