Searched defs:AddrType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp494 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); local
496 AddrType.addConst();
500 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
504 << Context.getPointerType(AddrType)
509 AddrType = Context.getPointerType(AddrType);
510 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);

Completed in 57 milliseconds