HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSpecType (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 465 TST getTypeSpecType() const { return (TST)TypeSpecType; }
560 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 262 switch (DS.getTypeSpecType()) {
834 writtenBS.Type = getTypeSpecType();
    [all...]
SemaType.cpp 728 switch (DS.getTypeSpecType()) {
748 << DS.getSpecifierName(DS.getTypeSpecType());
754 << DS.getSpecifierName(DS.getTypeSpecType());
    [all...]
SemaCXXScopeSpec.cpp 700 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
703 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateVariadic.cpp 692 switch (DS.getTypeSpecType()) {
    [all...]
SemaExprCXX.cpp 319 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
321 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 797 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :
798 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() :
    [all...]
ParseTemplate.cpp 641 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]

Completed in 150 milliseconds