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

1 2

  /external/clang/lib/AST/
LambdaMangleContext.cpp 31 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
CXXInheritance.cpp 366 return Specifier->getType()->castAs<RecordType>()->getDecl()
376 Specifier->getType()->castAs<RecordType>()->getDecl()
384 Specifier->getType()->castAs<RecordType>()->getDecl();
401 Specifier->getType()->castAs<RecordType>()->getDecl();
420 Specifier->getType()->castAs<RecordType>()->getDecl();
698 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
MicrosoftMangle.cpp 229 const FunctionProtoType *FT = FD->getType()->castAs<FunctionProtoType>();
    [all...]
ExprConstant.cpp 109 const ComplexType *CT = Type->castAs<ComplexType>();
    [all...]
ExprCXX.cpp 127 castAs<FunctionProtoType>()->isNothrow(Ctx);
566 DestType = DestType->castAs<PointerType>()->getPointeeType();
573 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
579 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
Decl.cpp     [all...]
Expr.cpp 46 const RecordType *Ty = DerivedType->castAs<RecordType>();
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 53 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
160 const RecordType *Ty = T->castAs<RecordType>();
328 MemFnExpr->getType()->castAs<MemberPointerType>();
331 MPT->getPointeeType()->castAs<FunctionProtoType>();
    [all...]
CGCXXABI.cpp 245 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
ItaniumCXXABI.cpp 362 E->getType()->castAs<MemberPointerType>();
413 E->getType()->castAs<MemberPointerType>();
509 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
532 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>();
    [all...]
CGClass.cpp 835 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
847 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
    [all...]
CGExprAgg.cpp 299 cast<ClassTemplateSpecializationDecl>(T->castAs<RecordType>()->getDecl());
340 RecordDecl *record = initList->getType()->castAs<RecordType>()->getDecl();
    [all...]
CGExprConstant.cpp 594 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
    [all...]
CGRecordLayoutBuilder.cpp 662 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 111 template<typename U> CanProxy<U> castAs() const;
760 CanProxy<U> CanQual<T>::castAs() const {
Type.h     [all...]
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 108 SourceDecl->getType()->castAs<FunctionProtoType>();
120 return SourceDecl->getType()->castAs<FunctionProtoType>();
    [all...]
SemaExpr.cpp 317 fn = ptr->getPointeeType()->castAs<FunctionType>();
    [all...]
SemaExprMember.cpp 763 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
841 BaseType = BaseType->castAs<PointerType>()->getPointeeType();
    [all...]
Sema.cpp     [all...]
SemaExprObjC.cpp 707 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 177 TagDecl *newTag = DI->getType()->castAs<TagType>()->getDecl();
    [all...]

Completed in 610 milliseconds

1 2