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

  /external/clang/lib/Sema/
SemaType.cpp 593 switch (DS.getTypeSpecType()) {
613 << DS.getSpecifierName(DS.getTypeSpecType());
619 << DS.getSpecifierName(DS.getTypeSpecType());
774 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
    [all...]
DeclSpec.cpp 255 switch (DS.getTypeSpecType()) {
754 writtenBS.Type = getTypeSpecType();
    [all...]
SemaCXXScopeSpec.cpp 714 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
717 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
    [all...]
SemaTemplateVariadic.cpp 645 switch (DS.getTypeSpecType()) {
SemaDecl.cpp     [all...]
SemaExprCXX.cpp 272 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
274 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 431 TST getTypeSpecType() const { return (TST)TypeSpecType; }
515 return getTypeSpecType() != DeclSpec::TST_unspecified ||
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 728 setExprAnnotation(Tok, DS.getTypeSpecType() == TST_decltype ?
    [all...]
ParseCXXInlineMethods.cpp 53 = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto;
ParseTemplate.cpp 636 if (DS.getTypeSpecType() == DeclSpec::TST_unspecified) {
    [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 68 milliseconds