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

  /external/clang/include/clang/Sema/
DeclSpec.h 453 TST getTypeSpecType() const { return (TST)TypeSpecType; }
541 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 258 switch (DS.getTypeSpecType()) {
799 writtenBS.Type = getTypeSpecType();
    [all...]
SemaType.cpp 715 switch (DS.getTypeSpecType()) {
735 << DS.getSpecifierName(DS.getTypeSpecType());
741 << DS.getSpecifierName(DS.getTypeSpecType());
907 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
    [all...]
SemaDecl.cpp     [all...]
SemaCXXScopeSpec.cpp 711 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
714 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 691 switch (DS.getTypeSpecType()) {
SemaExprCXX.cpp 274 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
276 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 760 setExprAnnotation(Tok, DS.getTypeSpecType() == TST_decltype ?
    [all...]
ParseCXXInlineMethods.cpp 61 = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto;
ParseDecl.cpp     [all...]
ParseTemplate.cpp 631 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
ParseExprCXX.cpp     [all...]

Completed in 98 milliseconds