Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2035 bool IsDereference, in CheckCompatibleReinterpretCast() argument
2037 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
2045 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp14183 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
14185 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
14215 bool IsDereference = false; in DiagnoseConstAssignment() local
14220 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
14233 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
14277 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
14291 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6690 bool IsDereference, SourceRange Range);