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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   69 NON_CANONICAL_TYPE(Typedef, Type)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
   86   T getAs() const {
   87     if (!T::isKind(*this))
   89     T t;
  491            Derived::classofType(TL.getTypePtr());
  667                                                         TypedefTypeLoc,
tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  108   bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  266     bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
   55   bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  734       TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
  734       TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
tools/clang/lib/Sema/SemaChecking.cpp
13203     if (TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>()) {
13203     if (TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2701       if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
 2701       if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
tools/clang/lib/Sema/SemaTemplate.cpp
 1731   QualType TransformTypedefType(TypeLocBuilder &TLB, TypedefTypeLoc TL) {
tools/clang/lib/Sema/SemaType.cpp
 5441     void VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/Sema/TreeTransform.h
 3748       TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>();
 3748       TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>();
 5619                                                       TypedefTypeLoc TL) {
 5635   TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(Result);
 5635   TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(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
 7085 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  725 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/tools/extra/clangd/FindTarget.cpp
  564     void VisitTypedefTypeLoc(TypedefTypeLoc L) {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  205   bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1564 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) {