Searched defs:CanT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp2033 QualType CanT = getCanonicalType(T); local
2034 if (CanT.getAddressSpace() == AddressSpace)
2053 QualType CanT = getCanonicalType(T); local
2054 if (CanT.getObjCGCAttr() == GCAttr)

Completed in 411 milliseconds