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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4359 AttributedType::Kind CurAttrKind = AT->getAttrKind(); local
4363 if (getAttrListKind(CurAttrKind) == Kind) {
4371 if ((CurAttrKind == AttributedType::attr_ptr32 &&
4373 (CurAttrKind == AttributedType::attr_ptr64 &&
4378 } else if ((CurAttrKind == AttributedType::attr_sptr &&
4380 (CurAttrKind == AttributedType::attr_uptr &&

Completed in 31 milliseconds