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

/external/clang/lib/AST/
H A DASTContext.cpp1919 QualType CanT = getCanonicalType(T); local
1920 if (CanT.getAddressSpace() == AddressSpace)
1939 QualType CanT = getCanonicalType(T); local
1940 if (CanT.getObjCGCAttr() == GCAttr)

Completed in 65 milliseconds