reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 5259     if (Ty->isPointerType() || Ty->isReferenceType())
 5259     if (Ty->isPointerType() || Ty->isReferenceType())
 5260       Ty = Ty->getPointeeType();
 5260       Ty = Ty->getPointeeType();
 5261     else if (Ty->isArrayType())
 5262       Ty = Ty->castAsArrayTypeUnsafe()->getElementType();
 5262       Ty = Ty->castAsArrayTypeUnsafe()->getElementType();
 5264       return Ty.withoutLocalFastQualifiers();