HomeSort by relevance Sort by last modified time
    Searched refs:getAs (Results 76 - 100 of 142) sorted by null

1 2 34 5 6

  /external/clang/lib/StaticAnalyzer/Checkers/
OSAtomicChecker.cpp 90 const PointerType *theValueType=theValueExpr->getType()->getAs<PointerType>();
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 53 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
ExprEngine.cpp 211 ProcessStmt(const_cast<Stmt*>(E.getAs<CFGStmt>()->getStmt()), Pred);
214 ProcessInitializer(E.getAs<CFGInitializer>()->getInitializer(), Pred);
220 ProcessImplicitDtor(*E.getAs<CFGImplicitDtor>(), Pred);
443 if (const ReferenceType *refType = varType->getAs<ReferenceType>())
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 570 if (const TagType *Tag = baseType->getAs<TagType>())
575 baseType->getAs<ObjCObjectPointerType>())
578 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
582 baseType->getAs<InjectedClassNameType>())
    [all...]
CXCursor.cpp     [all...]
IndexingContext.cpp 102 if (const ObjCInterfaceType *InterTy = Ty->getAs<ObjCInterfaceType>()) {
134 if (const TypedefType *TDT = T->getAs<TypedefType>()) {
137 TST = T->getAs<TemplateSpecializationType>()) {
139 } else if (const RecordType *RT = T->getAs<RecordType>()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 330 FD->getType()->getAs<FunctionType>()->getNoReturnAttr();
339 BlockTy->getPointeeType()->getAs<FunctionType>()) {
727 if (const CFGStmt *CS = ElIt->getAs<CFGStmt>()){
797 if (const CFGStmt *CS = ElemIt->getAs<CFGStmt>())
    [all...]
SemaPseudoObject.cpp 463 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
708 = propType->getAs<ObjCObjectPointerType>()) {
    [all...]
SemaExprObjC.cpp 435 if (const PointerType *PT = ValueType->getAs<PointerType>()) {
543 } else if (const EnumType *ET = ValueType->getAs<EnumType>()) {
678 const PointerType *PtrT = T->getAs<PointerType>();
    [all...]
SemaTemplate.cpp     [all...]
SemaObjCProperty.cpp 445 T->getAs<ObjCObjectPointerType>()) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 487 mangleBareFunctionType(FD->getType()->getAs<FunctionType>(),
734 type->getAs<TemplateSpecializationType>()) {
746 = type->getAs<DependentTemplateSpecializationType>()) {
    [all...]
ExprClassification.cpp 431 const RValueReferenceType *RV = T->getAs<RValueReferenceType>();
594 if (const RecordType *R = CT->getAs<RecordType>()) {
DeclTemplate.cpp 489 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
493 return TypeForDecl->getAs<TemplateTypeParmType>()->getIndex();
497 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
Expr.cpp 40 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
423 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ReachableCode.cpp 98 if (const CFGStmt *CS = I->getAs<CFGStmt>()) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
MockRilTest.java 125 MsgHeader mhResult = Msg.getAs(MsgHeader.class, data);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 171 template<typename RegionTy> const RegionTy* getAs() const;
498 if (T->getAs<ObjCObjectType>())
1070 const RegionTy* MemRegion::getAs() const {
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 369 cast<CXXRecordDecl>(Base->getType()->getAs<RecordType>()->getDecl());
778 cast<CXXRecordDecl>(Base->getType()->getAs<RecordType>()->getDecl());
872 cast<CXXRecordDecl>(Base->getType()->getAs<RecordType>()->getDecl());
    [all...]
CGException.cpp 456 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) {
491 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
559 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 141 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
861 if (OrigTy->getAs<EnumType>() || isEnumConstant(OrigArg))
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())

Completed in 1033 milliseconds

1 2 34 5 6