HomeSort by relevance Sort by last modified time
    Searched refs:isDependentType (Results 1 - 25 of 56) 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 91 ty->isDependentType(), ty->isDependentType(),
165 if (ArgType->isDependentType() && !ArgType->isPointerType())
189 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
787 T->isDependentType(), T->isDependentType(),
    [all...]
Type.cpp 173 : Type(Vector, canonType, vecType->isDependentType(),
185 : Type(tc, canonType, vecType->isDependentType(),
883 assert(!isDependentType() && "This doesn't make sense for dependent types");
    [all...]
CXXInheritance.cpp 203 if (BaseType->isDependentType())
707 assert(!I->getType()->isDependentType() &&
730 assert(!I->getType()->isDependentType() &&
DeclarationName.cpp 237 return !T.isNull() && T->isDependentType();
Expr.cpp 45 if (DerivedType->isDependentType())
259 if (T->isDependentType()) {
272 if (T->isDependentType()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 174 if (Ty->isDependentType())
255 if (Ty->isDependentType() || Ty->isIncompleteType())
399 if (T->isDependentType()) {
SemaExprCXX.cpp 159 isDependent = SearchType->isDependentType();
175 isDependent = SearchType->isDependentType();
206 if (SearchType.isNull() || SearchType->isDependentType() ||
325 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
464 if (!Operand->getType()->isDependentType()) {
480 if (!E->getType()->isDependentType()) {
    [all...]
SemaCXXScopeSpec.cpp 56 if (!T->isDependentType())
265 if (T->isDependentType())
323 isDependent = ObjectType->isDependentType();
410 isDependent = ObjectType->isDependentType();
706 if (!T->isDependentType() && !T->getAs<TagType>()) {
807 if (!T->isDependentType() && !T->getAs<TagType>()) {
    [all...]
SemaAccess.cpp 303 assert(T->isDependentType() && "non-dependent base wasn't a record?");
350 if (!Friend->isDependentType() && !Context->isDependentType())
434 if (Friend->isDependentType())
670 assert(T->isDependentType() && "non-dependent base wasn't a record?");
    [all...]
SemaExprMember.cpp 474 assert(BaseType->isDependentType() ||
527 assert(BaseType->isDependentType());
669 if (BaseType->isDependentType() ||
    [all...]
SemaDeclCXX.cpp 715 if (!(*i)->isDependentType() &&
787 if (!RT->isDependentType() &&
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOpenMP.cpp 334 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
SemaExceptionSpec.cpp 764 if (New->getParent()->isDependentType())
    [all...]
SemaLambda.cpp 199 if (!LSI->ReturnType->isDependentType() &&
393 if (CSI.ReturnType->isDependentType())
    [all...]
SemaTemplate.cpp 260 isDependent = ObjectType->isDependentType();
657 T->isDependentType()) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
Expr.h 798 T->isDependentType(),
799 T->isDependentType() ||
    [all...]
ExprCXX.h 494 Ty->isDependentType(), SubExpr->isValueDependent(),
538 Operand->getType()->isDependentType(),
680 false, Operand->getType()->isDependentType(),
768 Type->isDependentType(), Type->isDependentType(),
    [all...]
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 73 record->isDependentType())
  /external/clang/tools/libclang/
CXType.cpp 696 if (QT->isDependentType())
720 if (QT->isDependentType())
738 if (FQT->isDependentType())
770 if (RT->isDependentType())

Completed in 180 milliseconds

1 2 3