Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h518 bool isTypeSpecSat() const { return TypeSpecSat; } in isTypeSpecSat() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1487 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1510 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1794 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()