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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   42 TYPE(ExtVector, VectorType)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  491            Derived::classofType(TL.getTypePtr());
 1776                                                           ExtVectorTypeLoc,
tools/clang/lib/Sema/TreeTransform.h
 4995     ExtVectorTypeLoc NewTL = TLB.push<ExtVectorTypeLoc>(Result);
 4995     ExtVectorTypeLoc NewTL = TLB.push<ExtVectorTypeLoc>(Result);
 5073                                                         ExtVectorTypeLoc TL) {
 5089   ExtVectorTypeLoc NewTL = TLB.push<ExtVectorTypeLoc>(Result);
 5089   ExtVectorTypeLoc NewTL = TLB.push<ExtVectorTypeLoc>(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
 7057 void TypeLocReader::VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  699 void TypeLocWriter::VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) {