Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2004 bool IsDereference, in CheckCompatibleReinterpretCast() argument
2006 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
2014 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp13728 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
13730 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
13760 bool IsDereference = false; in DiagnoseConstAssignment() local
13765 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
13778 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
13822 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
13836 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6538 bool IsDereference, SourceRange Range);