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

/external/clang/lib/Sema/
H A DSemaCast.cpp1661 bool IsDereference,
1663 unsigned DiagID = IsDereference ?
1671 if (IsDereference) {
1660 CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, bool IsDereference, SourceRange Range) argument
H A DSemaExpr.cpp9245 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { argument
9247 if (IsDereference && Ty->isPointerType())
9276 bool IsDereference = false; local
9281 IsDereference = NextIsDereference;
9295 if (!IsTypeModifiable(Field->getType(), IsDereference)) {
9331 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) {
9345 if (!IsTypeModifiable(VD->getType(), IsDereference)) {
10059 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true,
/external/clang/include/clang/Sema/
H A DSema.h4504 bool IsDereference, SourceRange Range);

Completed in 191 milliseconds