HomeSort by: relevance | last modified time | path
    Searched defs:IsDereference (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 12617 static bool IsTypeModifiable(QualType Ty, bool IsDereference) {
12619 if (IsDereference && Ty->isPointerType())
12649 bool IsDereference = false;
12654 IsDereference = NextIsDereference;
12667 if (!IsTypeModifiable(Field->getType(), IsDereference)) {
12711 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) {
12725 if (!IsTypeModifiable(VD->getType(), IsDereference)) {
13670 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true,

Completed in 35 milliseconds