Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9628 QualType Unqual = Context.getUnqualifiedArrayType(T, Quals); in BuiltinRemoveReference() local
9631 T = Context.getQualifiedType(Unqual, Quals); in BuiltinRemoveReference()
9643 QualType Unqual = Context.getUnqualifiedArrayType(BaseType, Quals); in BuiltinChangeCVRQualifiers() local
9652 return Context.getQualifiedType(Unqual, Quals); in BuiltinChangeCVRQualifiers()
H A DSemaExprCXX.cpp3835 QualType Unqual = Context.getPointerType( in ActOnCXXDelete() local
3837 Ex = ImpCastExprToType(Ex.get(), Unqual, CK_NoOp); in ActOnCXXDelete()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15793 QualType Unqual = T.getAtomicUnqualifiedType(); in Evaluate() local
15794 if (Unqual->isArrayType() || Unqual->isRecordType()) { in Evaluate()
15797 E, Unqual, ScopeKind::FullExpression, LV); in Evaluate()
15835 QualType Unqual = T.getAtomicUnqualifiedType(); in EvaluateInPlace() local
15836 if (Unqual->isArrayType() || Unqual->isRecordType()) in EvaluateInPlace()