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

/external/clang/include/clang/AST/
H A DTypeLoc.h279 /// InheritingConcreteTypeLoc instead.
371 class InheritingConcreteTypeLoc : public Base { class in namespace:clang
530 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
542 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
553 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
567 class TagTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
582 class RecordTypeLoc : public InheritingConcreteTypeLoc<TagTypeLoc,
590 class EnumTypeLoc : public InheritingConcreteTypeLoc<TagTypeLoc,
599 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
608 public InheritingConcreteTypeLoc<TypeSpecTypeLo
[all...]

Completed in 82 milliseconds