Searched refs:InheritingConcreteTypeLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h302 /// InheritingConcreteTypeLoc instead.
389 class InheritingConcreteTypeLoc : public Base { class in namespace:clang
547 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
559 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
570 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
584 class TagTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
599 class RecordTypeLoc : public InheritingConcreteTypeLoc<TagTypeLoc,
607 class EnumTypeLoc : public InheritingConcreteTypeLoc<TagTypeLoc,
616 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
625 public InheritingConcreteTypeLoc<TypeSpecTypeLo
[all...]

Completed in 103 milliseconds