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 {

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   73 TYPE(Vector, Type)

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());
 1763                                                        VectorTypeLoc,
 1775 class ExtVectorTypeLoc : public InheritingConcreteTypeLoc<VectorTypeLoc,
tools/clang/lib/Sema/TreeTransform.h
 4951     VectorTypeLoc NewTL = TLB.push<VectorTypeLoc>(Result);
 4951     VectorTypeLoc NewTL = TLB.push<VectorTypeLoc>(Result);
 5050                                                      VectorTypeLoc TL) {
 5065   VectorTypeLoc NewTL = TLB.push<VectorTypeLoc>(Result);
 5065   VectorTypeLoc NewTL = TLB.push<VectorTypeLoc>(Result);
tools/clang/lib/Sema/TypeLocBuilder.h
   93   template <class TyLocType> TyLocType push(QualType T) {
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   97     return pushImpl(T, LocalSize, LocalAlign).castAs<TyLocType>();
tools/clang/lib/Serialization/ASTReader.cpp
 7048 void TypeLocReader::VisitVectorTypeLoc(VectorTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  690 void TypeLocWriter::VisitVectorTypeLoc(VectorTypeLoc TL) {