HomeSort by relevance Sort by last modified time
    Searched refs:getAs (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 474 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
737 = 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...]
SemaTemplateInstantiateDecl.cpp 205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
230 if (const TagType *oldTagType = D->getUnderlyingType()->getAs<TagType>()) {
317 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>())
    [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp 745 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>();
766 ValType = AtomTy->getAs<AtomicType>()->getValueType();
    [all...]
SemaObjCProperty.cpp 524 T->getAs<ObjCObjectPointerType>()) {
    [all...]
AnalysisBasedWarnings.cpp 161 if (ri->getAs<CFGStmt>())
342 BlockTy->getPointeeType()->getAs<FunctionType>()) {
765 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>()) {
836 if (Optional<CFGStmt> CS = ElemIt->getAs<CFGStmt>())
    [all...]
SemaDeclObjC.cpp 290 if (const PointerType *PT = T->getAs<PointerType>()) {
292 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
523 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface())
596 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaStmt.cpp     [all...]
Sema.cpp 295 if (const PointerType *Pointer = T->getAs<PointerType>())
297 if (const RecordType *RecordTy = T->getAs<RecordType>())
    [all...]
SemaStmtAsm.cpp 547 RT = VD->getType()->getAs<RecordType>();
549 RT = TD->getUnderlyingType()->getAs<RecordType>();
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 42 if (const PointerType *PTy = DerivedType->getAs<PointerType>())
66 = cast<CXXRecordDecl>(E->getType()->getAs<RecordType>()->getDecl());
89 BO->getRHS()->getType()->getAs<MemberPointerType>();
487 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>();
    [all...]
ExprConstant.cpp     [all...]
TypePrinter.cpp     [all...]
ExprCXX.cpp 165 return ArgType->getAs<PointerType>()->getPointeeType();
587 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>();
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 138 V.getAs<nonloc::LazyCompoundVal>()) {
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 89 Optional<T> getAs() const {
755 if (Optional<CFGStmt> stmt = BI->getAs<CFGStmt>())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 649 if (Optional<Loc> L = LV.getAs<Loc>())
685 if (Optional<NonLoc> N = Idx.getAs<NonLoc>())
  /external/clang/lib/CodeGen/
CGVTables.cpp 220 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
289 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
    [all...]
CGException.cpp 466 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/include/clang/AST/
DeclCXX.h     [all...]

Completed in 717 milliseconds

1 2 3 4 56 7 8