Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h490 bool isTypeSpecSat() const { return TypeSpecSat; } in isTypeSpecSat() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1408 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1431 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1616 if (DS.isTypeSpecSat() && !IsFixedPointType) in ConvertDeclSpecToType()