Searched refs:IsDereference (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1661 bool IsDereference, in CheckCompatibleReinterpretCast() argument 1663 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast() 1671 if (IsDereference) { in CheckCompatibleReinterpretCast()
|
D | SemaExpr.cpp | 9691 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument 9693 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable() 9722 bool IsDereference = false; in DiagnoseConstAssignment() local 9727 IsDereference = NextIsDereference; in DiagnoseConstAssignment() 9741 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment() 9777 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment() 9791 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1880 bool IsDereference, in CheckCompatibleReinterpretCast() argument 1882 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast() 1890 if (IsDereference) { in CheckCompatibleReinterpretCast()
|
D | SemaExpr.cpp | 12499 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument 12501 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable() 12531 bool IsDereference = false; in DiagnoseConstAssignment() local 12536 IsDereference = NextIsDereference; in DiagnoseConstAssignment() 12549 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment() 12593 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment() 12607 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4618 bool IsDereference, SourceRange Range);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5892 bool IsDereference, SourceRange Range);
|