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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2369 auto CanT = T.getCanonicalType().getTypePtr(); local
2371 OpenCLTypeExtMap[CanT].insert(I.str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2854 QualType CanT = getCanonicalType(T); local
2855 if (CanT.getAddressSpace() == AddressSpace)
2895 QualType CanT = getCanonicalType(T); local
2896 if (CanT.getObjCGCAttr() == GCAttr)

Completed in 152 milliseconds