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

  /external/clang/include/clang/AST/
DeclTemplate.h 851 typedef SpecIterator<FunctionTemplateSpecializationInfo> spec_iterator; typedef in class:clang::TemplateParameterList::FunctionTemplateDecl
852 typedef llvm::iterator_range<spec_iterator> spec_range;
857 spec_iterator spec_begin() const {
861 spec_iterator spec_end() const {
1974 typedef SpecIterator<ClassTemplateSpecializationDecl> spec_iterator; typedef in class:clang::TemplateParameterList::ClassTemplateDecl
2774 typedef SpecIterator<VarTemplateSpecializationDecl> spec_iterator; typedef in class:clang::TemplateParameterList::VarTemplateDecl
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 925 for (ClassTemplateDecl::spec_iterator it = tmpl->spec_begin();
    [all...]

Completed in 206 milliseconds