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

1 2 34 5

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1018 Idx.castAs<nonloc::ConcreteInt>().getValue().isSigned()) &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 607 cast<CXXRecordDecl>(I->getType()->castAs<RecordType>()->getDecl());
    [all...]
CGAtomic.cpp 53 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
    [all...]
CGExprScalar.cpp 813 SrcTy = SrcTy->castAs<ComplexType>()->getElementType();
    [all...]
CGBlocks.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 705 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType();
    [all...]
SemaTemplateVariadic.cpp 868 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>();
    [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp 262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
    [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 175 CFGStmt CS = ri->castAs<CFGStmt>();
    [all...]
SemaAccess.cpp     [all...]
SemaPseudoObject.cpp 504 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
    [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...]
SemaStmt.cpp 266 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 918 ElaboratedTypeLoc ElabTL = TL.castAs<ElaboratedTypeLoc>();
    [all...]
RecursiveASTVisitor.h 545 return getDerived().Traverse##CLASS##TypeLoc(TL.castAs<CLASS##TypeLoc>());
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 612 return getDerived().Traverse##CLASS##TypeLoc(TL.castAs<CLASS##TypeLoc>());
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 5209 milliseconds

1 2 34 5