Home
last modified time | relevance | path

Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h480 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth() function
611 getTypeSpecWidth() != DeclSpec::TSW_unspecified || in hasTypeSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1350 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1369 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1391 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1414 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1454 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()
1490 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1504 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
H A DDeclSpec.cpp1023 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
H A DSemaDeclCXX.cpp8725 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3539 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()