reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/include/clang/AST/TypeLoc.h
  482 class InheritingConcreteTypeLoc : public Base {

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  482 class InheritingConcreteTypeLoc : public Base {
  491            Derived::classofType(TL.getTypePtr());
 1941     : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, DeducedTypeLoc,
 1945     : public InheritingConcreteTypeLoc<DeducedTypeLoc, AutoTypeLoc, AutoType> {
 1949     : public InheritingConcreteTypeLoc<DeducedTypeLoc,
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4313     QualType TransformDesugared(TypeLocBuilder &TLB, DeducedTypeLoc TL) {