Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2071 bool IsDereference, in CheckCompatibleReinterpretCast() argument
2073 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
2081 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp13535 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
13537 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
13567 bool IsDereference = false; in DiagnoseConstAssignment() local
13572 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
13585 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
13629 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
13643 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2535 bool IsDereference, SourceRange Range);