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

1 2 34 5

  /external/clang/include/clang/Analysis/
CFG.h 87 T castAs() const {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1018 Idx.castAs<nonloc::ConcreteInt>().getValue().isSigned()) &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 409 MD->getType()->castAs<FunctionType>()))
ItaniumCXXABI.cpp 524 E->getType()->castAs<MemberPointerType>();
575 E->getType()->castAs<MemberPointerType>();
668 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
692 const MemberPointerType *MPT = MPType->castAs<MemberPointerType>();
    [all...]
CGAtomic.cpp 44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
    [all...]
CGExprScalar.cpp 816 SrcTy = SrcTy->castAs<ComplexType>()->getElementType();
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 722 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType();
    [all...]
SemaTemplateVariadic.cpp 856 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>();
    [all...]
SemaDecl.cpp     [all...]
SemaLambda.cpp 365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
    [all...]
SemaStmt.cpp 279 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>();
    [all...]
SemaTemplate.cpp 262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
    [all...]
TreeTransform.h     [all...]
AnalysisBasedWarnings.cpp 357 CFGStmt CS = ri->castAs<CFGStmt>();
    [all...]
SemaAccess.cpp     [all...]
SemaPseudoObject.cpp 510 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
    [all...]
SemaDeclObjC.cpp 45 // This castAs is safe: methods that don't return an object
52 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType();
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>()
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 950 ElaboratedTypeLoc ElabTL = TL.castAs<ElaboratedTypeLoc>();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 569 return getDerived().Traverse##CLASS##TypeLoc(TL.castAs<CLASS##TypeLoc>());
    [all...]
RecursiveASTVisitor.h 636 return getDerived().Traverse##CLASS##TypeLoc(TL.castAs<CLASS##TypeLoc>());
    [all...]

Completed in 1976 milliseconds

1 2 34 5