Home
last modified time | relevance | path

Searched refs:IsDereference (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp1661 bool IsDereference, in CheckCompatibleReinterpretCast() argument
1663 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
1671 if (IsDereference) { in CheckCompatibleReinterpretCast()
DSemaExpr.cpp9691 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/
DSemaCast.cpp1880 bool IsDereference, in CheckCompatibleReinterpretCast() argument
1882 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
1890 if (IsDereference) { in CheckCompatibleReinterpretCast()
DSemaExpr.cpp12499 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/
DSema.h4618 bool IsDereference, SourceRange Range);
/external/llvm-project/clang/include/clang/Sema/
DSema.h5892 bool IsDereference, SourceRange Range);