Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h476 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth() function
592 getTypeSpecWidth() != DeclSpec::TSW_unspecified || in hasTypeSpecifier()
/external/clang/lib/Sema/
DSemaType.cpp1358 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1377 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()
1410 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()
1454 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
1467 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
DDeclSpec.cpp935 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
/external/clang/lib/Parse/
DParseDecl.cpp3274 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()