Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1774 bool IsDereference, in CheckCompatibleReinterpretCast() argument
1776 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
1784 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp10971 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
10973 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
11003 bool IsDereference = false; in DiagnoseConstAssignment() local
11008 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
11021 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
11065 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
11079 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5038 bool IsDereference, SourceRange Range);