Home | History | Annotate | Download | only in Sema

Lines Matching refs:AT

72   // This reference to the type is located entirely at the location of the
138 // code below is permitted to look at the prefix of the
171 // also looked up in the scope of class C. At least one of the
255 // know which template is being specialized, that it at least
389 // We require a vtable to query the type at run time.
1173 << /*at end of FE*/0 << Inits[0]->getSourceRange();
1514 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) {
1515 QualType BaseAllocType = Context.getBaseElementType(AT);
1944 // Only look at non-template functions, as it is the predefined,
2002 // make sure it is at the end of the chain to coincide with the
3151 // like scalar types at run time (since they may require retain/release
3362 // FIXME: However, it may actually be selected at the actual overload
3431 // Returns True if and only if T is a complete type at the point of the
3547 // trap at translation unit scope.
3708 // trap at translation unit scope.
3757 // trap at translation unit scope.
3835 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
3837 T = AT->getElementType();
3860 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) {
3866 T = AT->getElementType();
4484 // pointer constants, at least one of which is non-integral; pointer
5367 // it's location, and we'll perform (qualified) name lookup again at