HomeSort by: relevance | last modified time | path
    Searched refs:getTypeSpecType (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 343 switch (DS.getTypeSpecType()) {
1105 writtenBS.Type = getTypeSpecType();
1437 TST tst = getTypeSpecType();
SemaType.cpp 1279 switch (DS.getTypeSpecType()) {
1299 << DS.getSpecifierName(DS.getTypeSpecType(),
1306 << DS.getSpecifierName(DS.getTypeSpecType(),
1584 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
1648 auto AutoKW = DS.getTypeSpecType() == DeclSpec::TST_decltype_auto
1731 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum ||
1732 DS.getTypeSpecType() == DeclSpec::TST_fract;
1737 << DS.getSpecifierName(DS.getTypeSpecType(),
4955 D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto
5909 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr)
    [all...]
SemaCXXScopeSpec.cpp 849 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
852 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
SemaTemplateVariadic.cpp 861 switch (DS.getTypeSpecType()) {
SemaDecl.cpp 4576 if (DS.getTypeSpecType() == DeclSpec::TST_class ||
4577 DS.getTypeSpecType() == DeclSpec::TST_struct ||
4578 DS.getTypeSpecType() == DeclSpec::TST_interface ||
4579 DS.getTypeSpecType() == DeclSpec::TST_union ||
4580 DS.getTypeSpecType() == DeclSpec::TST_enum) {
4622 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType())
4656 << GetDiagnosticTypeSpecifierID(DS.getTypeSpecType()) << SS.getRange();
4702 DS.getTypeSpecType() == DeclSpec::TST_typename) {
4723 if (DS.getTypeSpecType() == DeclSpec::TST_error ||
4813 DeclSpec::TST TypeSpecType = DS.getTypeSpecType();
    [all...]
SemaExprCXX.cpp 461 if (DS.getTypeSpecType() == DeclSpec::TST_error)
464 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) {
469 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype &&
7672 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto) {
SemaCodeComplete.cpp 4288 (DS.getTypeSpecType() == DeclSpec::TST_class ||
4289 DS.getTypeSpecType() == DeclSpec::TST_struct))
4315 DS.getTypeSpecType() == DeclSpec::TST_typename &&
SemaDeclCXX.cpp 820 if (DS.getTypeSpecType() != DeclSpec::TST_auto ||
4216 } else if (DS.getTypeSpecType() == TST_decltype) {
4218 } else if (DS.getTypeSpecType() == TST_decltype_auto) {
10814 Diagnoser.check(DS.getTypeSpecTypeLoc(), DS.getTypeSpecType());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 476 TST getTypeSpecType() const { return (TST)TypeSpecType; }
622 return getTypeSpecType() != DeclSpec::TST_unspecified ||
1896 InvalidType(DS.getTypeSpecType() == DeclSpec::TST_error),
2558 return InvalidType || DS.getTypeSpecType() == DeclSpec::TST_error;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 1069 if (DS.getTypeSpecType() == TST_error) {
1082 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :
1083 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() :
1805 if (!Name && !TemplateId && (DS.getTypeSpecType() == DeclSpec::TST_error ||
1807 if (DS.getTypeSpecType() != DeclSpec::TST_error) {
3909 D.getDeclSpec().getTypeSpecType() == TST_auto) {
Parser.cpp 1074 DeclSpec::isDeclRep(DS.getTypeSpecType())
1076 LengthOfTSTToken(DS.getTypeSpecType()))
ParseTemplate.cpp 971 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
ParseDecl.cpp 2978 << DeclSpec::getSpecifierName(DS.getTypeSpecType(), PPol) << tok::semi;
3327 if (DS.getTypeSpecType() == TST_bool &&
3907 DS.getTypeSpecType() != DeclSpec::TST_unspecified &&
5985 D.getDeclSpec().getTypeSpecType() != TST_auto)) {
6619 if (D.getDeclSpec().getTypeSpecType() == TST_auto)
ParseExprCXX.cpp 221 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto ||
1736 if (DS.getTypeSpecType() == TST_error)

Completed in 169 milliseconds