HomeSort by relevance Sort by last modified time
    Searched refs:QualType (Results 176 - 200 of 242) sorted by null

1 2 3 4 5 6 78 910

  /external/clang/lib/Sema/
SemaLookup.cpp 361 llvm::SmallPtrSet<QualType, 16> UniqueTypes;
380 QualType T = SemaRef.Context.getTypeDeclType(TD);
724 QualType ExpectedType
    [all...]
SemaDeclObjC.cpp 42 QualType receiverTypeIfCall) {
120 QualType ResultType = NewMethod->getResultType();
211 if (S.checkInitMethod(method, QualType()))
454 QualType T = TDecl->getUnderlyingType();
527 QualType T = TDecl->getUnderlyingType();
    [all...]
SemaTemplateInstantiateDecl.cpp 479 QualType T = cast<FieldDecl>(NamedChain[i-1])->getType();
607 QualType DefnUnderlying =
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 179 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
    [all...]
CGVTables.cpp 179 QualType ResultType, RValue RV,
242 QualType ResultType = FPT->getResultType();
308 QualType ResultType = FPT->getResultType();
309 QualType ThisType = MD->getThisType(getContext());
518 QualType ClassType = CGM.getContext().getTagDeclType(RD);
CGObjCMac.cpp 205 QualType SuperCTy;
207 QualType SuperPtrCTy;
650 QualType MessageRefCTy;
655 QualType MessageRefCPtrTy;
    [all...]
CGException.cpp 422 QualType ThrowType = E->getSubExpr()->getType();
494 QualType Ty = Proto->getExceptionType(I);
495 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
584 QualType CaughtType = C->getCaughtType();
    [all...]
CGCXX.cpp 324 QualType T = QualType(QTy, 0);
CGObjCRuntime.cpp 89 QualType IvarTy = Ivar->getType();
340 QualType resultType,
CGStmt.cpp 728 void CodeGenFunction::EmitReturnOfRValue(RValue RV, QualType Ty) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 173 QualType T;
175 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t)
190 QualType getType() const { return T; }
208 static RefVal makeOwned(RetEffect::ObjKind o, QualType t,
213 static RefVal makeNotOwned(RetEffect::ObjKind o, QualType t,
747 QualType RetTy,
777 QualType ResultTy = MD->getResultType();
789 Selector S, QualType RetTy);
926 QualType RetTy = FT->getResultType();
    [all...]
BasicObjCFoundationChecks.cpp 205 QualType T;
297 QualType T = Ctx.getCanonicalType(R->getValueType());
602 QualType ArgTy = msg.getArgType(I);
CallAndMessageChecker.cpp 141 QualType T = R->getValueType();
332 QualType RetTy = msg.getType(Ctx);
  /external/clang/lib/ARCMigrate/
Transforms.cpp 31 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,
36 QualType T = type;
302 bool MigrationContext::isGCOwnedNonObjC(QualType T) {
TransAutoreleasePool.cpp 392 bool isNSAutoreleasePool(QualType Ty) {
393 QualType pointee = Ty->getPointeeType();
TransProperties.cpp 378 QualType getPropertyType(PropsTy &props) const {
380 QualType ty = props[0].PropD->getType().getUnqualifiedType();
  /external/clang/lib/AST/
StmtDumper.cpp 85 void DumpType(QualType T) {
87 OS << "'" << QualType::getAsString(T_split) << "'";
93 OS << ":'" << QualType::getAsString(D_split) << "'";
NSAPI.cpp 254 NSAPI::getNSNumberFactoryMethodKind(QualType T) {
TypeLoc.cpp 54 unsigned TypeLoc::getFullDataSizeForType(QualType Ty) {
ExprClassification.cpp 28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T);
408 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 37 virtual void TypeRead(serialization::TypeIdx Idx, QualType T);
64 serialization::TypeIdx Idx, QualType T) {
  /external/clang/include/clang/AST/
Attr.h 36 class QualType;
StmtCXX.h 47 QualType getCaughtType() const;
RecursiveASTVisitor.h 94 /// TraverseStmt(Stmt *x) and TraverseType(QualType x) work
169 bool TraverseType(QualType T);
557 bool RecursiveASTVisitor<Derived>::TraverseType(QualType T) {
630 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
825 TRY_TO(TraverseType(QualType(T->getClass(), 0)));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 119 QualType T = PD->getType();
440 QualType varType = varDecl->getType();
572 QualType ty = cast<ImplicitValueInitExpr>(S)->getType();
648 QualType resultType = Ex->getType();
    [all...]

Completed in 410 milliseconds

1 2 3 4 5 6 78 910