HomeSort by relevance Sort by last modified time
    Searched refs:Cast (Results 101 - 105 of 105) sorted by null

1 2 3 45

  /external/clang/lib/Sema/
SemaExprCXX.cpp 306 CXXRecordDecl *RecordD = cast<CXXRecordDecl>(RecordT->getDecl());
393 Ty = cast<ArrayType>(QT)->getElementType().getTypePtr();
614 CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl());
648 DC = cast<BlockDecl>(DC)->getDeclContext();
651 DC = cast<EnumDecl>(DC)->getDeclContext();
675 cast<BlockScopeInfo>(FunctionScopes[idx])->CapturesCXXThis = true;
749 // corresponding cast expression.
812 if (!cast<CXXMethodDecl>(del)->isUsualDeallocationFunction()) {
821 const FunctionDecl *del = cast<FunctionDecl>(ops.getFoundDecl());
    [all...]
SemaTemplate.cpp 64 Record = cast<CXXRecordDecl>(Record->getDeclContext());
183 TemplateDecl *TD = cast<TemplateDecl>((*R.begin())->getUnderlyingDecl());
389 cast<CXXMethodDecl>(DC)->isInstance()) {
390 QualType ThisType = cast<CXXMethodDecl>(DC)->getThisType(Context);
434 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 172 (* Cast Operators *)
    [all...]
llvm.mli 222 (* Cast Operators *)
    [all...]
  /external/v8/src/
api.cc 680 return i::FixedArray::cast(value_->elements())->length();
690 return i::Smi::cast(obj_.get(0))->value();
792 i::Handle<i::FunctionTemplateInfo>::cast(struct_obj);
819 i::Handle<i::SignatureInfo>::cast(struct_obj);
850 i::Handle<i::TypeSwitchInfo>::cast(struct_obj);
861 i::FixedArray* types = i::FixedArray::cast(info->types());
863 if (obj->IsInstanceOf(i::FunctionTemplateInfo::cast(types->get(i))))
885 i::Handle<i::CallHandlerInfo>::cast(struct_obj);
954 i::Handle<i::ObjectTemplateInfo> result(i::ObjectTemplateInfo::cast(
    [all...]

Completed in 586 milliseconds

1 2 3 45