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

1 2

  /external/clang/lib/AST/
LambdaMangleContext.cpp 29 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
ExprCXX.cpp 111 castAs<FunctionProtoType>()->isNothrow(Ctx);
556 DestType = DestType->castAs<PointerType>()->getPointeeType();
560 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
566 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp 109 const ComplexType *CT = Type->castAs<ComplexType>();
    [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 194 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
CGExprCXX.cpp 47 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
80 return cast<CXXRecordDecl>(DerivedType->castAs<RecordType>()->getDecl());
293 MemFnExpr->getType()->castAs<MemberPointerType>();
296 MPT->getPointeeType()->castAs<FunctionProtoType>();
    [all...]
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...]
CGExprAgg.cpp 299 cast<ClassTemplateSpecializationDecl>(T->castAs<RecordType>()->getDecl());
340 RecordDecl *record = initList->getType()->castAs<RecordType>()->getDecl();
    [all...]
CGClass.cpp 824 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
836 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
    [all...]
CGExprConstant.cpp 594 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl();
    [all...]
CGRecordLayoutBuilder.cpp 660 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 111 template<typename U> CanProxy<U> castAs() const;
759 CanProxy<U> CanQual<T>::castAs() const {
Type.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 236 fn = ptr->getPointeeType()->castAs<FunctionType>();
    [all...]
SemaExceptionSpec.cpp 108 SourceDecl->getType()->castAs<FunctionProtoType>();
116 return SourceDecl->getType()->castAs<FunctionProtoType>();
    [all...]
SemaExprMember.cpp 763 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
840 BaseType = BaseType->castAs<PointerType>()->getPointeeType();
    [all...]
Sema.cpp     [all...]
SemaPseudoObject.cpp 444 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
    [all...]
SemaTemplateInstantiateDecl.cpp 174 TagDecl *newTag = DI->getType()->castAs<TagType>()->getDecl();
    [all...]
SemaType.cpp     [all...]
SemaAccess.cpp     [all...]
SemaDeclObjC.cpp 45 // This castAs is safe: methods that don't return an object
52 ->castAs<ObjCObjectPointerType>()->getObjectType();
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>()
    [all...]

Completed in 149 milliseconds

1 2