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

References

tools/clang/lib/AST/ASTContext.cpp
 6804   CanQualType CT = getCanonicalType(T);
 6809       return EncodeBitField(this, S, T, FD);
 6817     const auto *CT = T->castAs<ComplexType>();
 6825     const auto *AT = T->castAs<AtomicType>();
 6838       const auto *PT = T->castAs<PointerType>();
 6845       PointeeTy = T->castAs<ReferenceType>()->getPointeeType();
 6853     if (isa<TypedefType>(T.getTypePtr())) {
 6854       if (Options.IsOutermostType() && T.isConstQualified()) {
 6992     const auto *BT = T->castAs<BlockPointerType>();
 7032     ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface();
 7056     const auto *OPT = T->castAs<ObjCObjectPointerType>();
 7115       *NotEncodedT = T;