Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h623 TypeSpecifierWidth getWrittenWidthSpec() const { in getWrittenWidthSpec() function
631 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp300 Record.push_back(static_cast<uint64_t>(TL.getWrittenWidthSpec())); in VisitBuiltinTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6333 if (TL.getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified) in VisitBuiltinTypeLoc()