Searched defs:Unqual (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/fixed_point/ | ||
H A D | fx_bits.h | 55 using Unqual = typename cpp::remove_cv_t<XType>; FXBits() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 9572 QualType Unqual = Context.getUnqualifiedArrayType(T, Quals); BuiltinRemoveReference() local |
H A D | SemaExprCXX.cpp | 3835 QualType Unqual = Context.getPointerType( ActOnCXXDelete() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 15756 QualType Unqual = T.getAtomicUnqualifiedType(); Evaluate() local |