Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp1659 bool IsDereference, in CheckCompatibleReinterpretCast() argument
1661 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
1669 if (IsDereference) { in CheckCompatibleReinterpretCast()
HDSemaExpr.cpp9078 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
9080 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
9109 bool IsDereference = false; in DiagnoseConstAssignment() local
9114 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
9128 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
9164 if (!IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
9178 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4436 bool IsDereference, SourceRange Range);