Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1976 bool IsDereference, in CheckCompatibleReinterpretCast() argument
1978 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()
1986 if (IsDereference) { in CheckCompatibleReinterpretCast()
H A DSemaExpr.cpp12617 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument
12619 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()
12649 bool IsDereference = false; in DiagnoseConstAssignment() local
12654 IsDereference = NextIsDereference; in DiagnoseConstAssignment()
12667 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()
12711 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()
12725 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6039 bool IsDereference, SourceRange Range);