HomeSort by relevance Sort by last modified time
    Searched refs:isDependentType (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/clang/include/clang/Sema/
LocInfoType.h 39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 43 if (Exp->getType()->isDependentType())
  /external/clang/lib/AST/
ExprCXX.cpp 149 ty->isDependentType(), ty->isDependentType(),
224 if (ArgType->isDependentType() && !ArgType->isPointerType())
250 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
    [all...]
Type.cpp 173 : Type(Vector, canonType, vecType->isDependentType(),
185 : Type(tc, canonType, vecType->isDependentType(),
894 assert(!isDependentType() && "This doesn't make sense for dependent types");
    [all...]
CXXInheritance.cpp 195 if (BaseType->isDependentType())
694 assert(!I.getType()->isDependentType() &&
716 assert(!I.getType()->isDependentType() &&
DeclarationName.cpp 245 return !T.isNull() && T->isDependentType();
Expr.cpp 46 if (DerivedType->isDependentType())
231 if (T->isDependentType()) {
244 if (T->isDependentType()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 174 if (Ty->isDependentType())
255 if (Ty->isDependentType() || Ty->isIncompleteType())
399 if (T->isDependentType()) {
SemaCXXScopeSpec.cpp 56 if (!T->isDependentType())
265 if (T->isDependentType())
323 isDependent = ObjectType->isDependentType();
435 isDependent = ObjectType->isDependentType();
758 if (!T->isDependentType() && !T->getAs<TagType>()) {
    [all...]
SemaExprCXX.cpp 157 isDependent = SearchType->isDependentType();
171 isDependent = SearchType->isDependentType();
202 if (SearchType.isNull() || SearchType->isDependentType() ||
328 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
493 if (!Operand->getType()->isDependentType()) {
513 if (!E->getType()->isDependentType()) {
    [all...]
SemaDecl.cpp 150 if (!TST || !TST->isDependentType())
    [all...]
SemaType.cpp     [all...]
SemaAccess.cpp 302 assert(T->isDependentType() && "non-dependent base wasn't a record?");
348 if (!Friend->isDependentType() && !Context->isDependentType())
430 if (Friend->isDependentType())
661 assert(T->isDependentType() && "non-dependent base wasn't a record?");
    [all...]
SemaExprMember.cpp 469 assert(BaseType->isDependentType() ||
520 assert(BaseType->isDependentType());
687 if (BaseType->isDependentType() ||
    [all...]
SemaOpenMP.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExceptionSpec.cpp 778 if (New->getParent()->isDependentType())
    [all...]
SemaDeclCXX.cpp 727 if (!(*i)->isDependentType() &&
798 if (!RT->isDependentType() &&
    [all...]
SemaTemplate.cpp 260 isDependent = ObjectType->isDependentType();
644 T->isDependentType()) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
Expr.h 822 T->isDependentType(),
    [all...]
ExprCXX.h 494 Ty->isDependentType(), SubExpr->isValueDependent(),
538 Operand->getType()->isDependentType(),
680 false, Operand->getType()->isDependentType(),
772 Type->isDependentType(), Type->isDependentType(),
    [all...]
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 71 record->isDependentType())
  /external/clang/tools/libclang/
CXType.cpp 708 if (QT->isDependentType())
743 if (QT->isDependentType())
760 if (FQT->isDependentType())
792 if (RT->isDependentType())

Completed in 346 milliseconds

1 2 3