Home
last modified time | relevance | path

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

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