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.cpp2044 bool IsDereference, in CheckCompatibleReinterpretCast() argument
2046 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
2054 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp13155 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
13157 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
13187 bool IsDereference = false; in DiagnoseConstAssignment() local
13192 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
13205 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
13249 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
13263 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2130 bool IsDereference, SourceRange Range);