Home
last modified time | relevance | path

Searched refs:BuiltinRemoveReference (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9903 QualType Sema::BuiltinRemoveReference(QualType BaseType, UTTKind UKind, in BuiltinRemoveReference() function in Sema
10045 Result = BuiltinRemoveReference(BaseType, UKind, Loc); in BuildUnaryTransformType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15193 QualType BuiltinRemoveReference(QualType BaseType, UTTKind UKind,
15197 return BuiltinRemoveReference(BaseType, UTTKind::RemoveCVRef, Loc); in BuiltinRemoveCVRef()