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

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
DeclSpec.cpp 278 switch (DS.getTypeSpecType()) {
909 writtenBS.Type = getTypeSpecType();
    [all...]
SemaCXXScopeSpec.cpp 817 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
820 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 701 switch (DS.getTypeSpecType()) {
    [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp 327 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
329 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 470 TST getTypeSpecType() const { return (TST)TypeSpecType; }
577 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :
880 DS.getTypeSpecType() == TST_decltype_auto ? ExprResult() :
    [all...]
ParseTemplate.cpp 676 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]

Completed in 136 milliseconds