HomeSort by relevance Sort by last modified time
    Searched refs:QualType (Results 201 - 225 of 294) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 96 QualType T = ArgE->getType();
ObjCContainersChecker.cpp 132 const QualType T = IdxExpr->getType();
VLASizeChecker.cpp 133 QualType SizeTy = Ctx.getSizeType();
CallAndMessageChecker.cpp 230 QualType T = R->getValueType();
500 QualType ResTy = msg.getResultType();
537 QualType RetTy = Msg.getResultType();
  /frameworks/compile/slang/
slang_rs_export_func.cpp 104 clang::QualType T = Ctx.getTagDeclType(RD);
  /external/lldb/source/Expression/
ClangASTSource.cpp 355 const clang::Type *complete_clang_type = QualType::getFromOpaquePtr(complete_opaque_type).getTypePtr();
469 QualType copied_field_type = copied_field->getType();
    [all...]
ASTResultSynthesizer.cpp 317 QualType expr_qual_type = last_expr->getType();
346 QualType ptr_qual_type;
  /external/clang/include/clang/AST/
DeclarationName.h 33 class QualType;
251 QualType getCXXNameType() const;
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 335 static QualType (T::*value())() const { return &T::FunctionName; } \
339 QualType, internal::TypeMatcher##MatcherName##Getter, \
  /external/clang/lib/AST/
TypeLoc.cpp 56 unsigned TypeLoc::getLocalAlignmentForType(QualType Ty) {
74 unsigned TypeLoc::getFullDataSizeForType(QualType Ty) {
ASTDumper.cpp 216 void dumpBareType(QualType T);
217 void dumpType(QualType T);
494 void ASTDumper::dumpBareType(QualType T) {
498 OS << "'" << QualType::getAsString(T_split) << "'";
504 OS << ":'" << QualType::getAsString(D_split) << "'";
508 void ASTDumper::dumpType(QualType T) {
696 dumpType(QualType(Init->getBaseClass(), 0));
    [all...]
Decl.cpp 255 QualType type = NTTP->getExpansionType(i);
752 QualType TypeAsWritten = Function->getType();
    [all...]
ExprClassification.cpp 28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T);
77 static Cl::Kinds ClassifyTemporary(QualType T) {
429 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) {
DeclObjC.cpp 641 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
653 Selector(), QualType(), nullptr, nullptr);
861 QualType ArgT = (*it);
887 QualType selfTy;
    [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 339 QualType T = QualType(QTy, 0);
CGVTables.cpp 70 QualType ResultType, RValue RV,
132 QualType ResultType = FPT->getReturnType();
200 QualType ThisType = MD->getThisType(getContext());
202 QualType ResultType =
241 QualType ThisType = MD->getThisType(getContext());
273 QualType ResultType =
CGObjCMac.cpp 208 QualType SuperCTy;
210 QualType SuperPtrCTy;
661 QualType MessageRefCTy;
666 QualType MessageRefCPtrTy;
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 123 QualType ClassRec;
825 QualType ArgTy = Arg->getType();
826 QualType CallTy = Msg->getArg(0)->getType();
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 221 void setPreferredType(QualType T) {
654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
662 QualType T;
674 return QualType();
760 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
799 QualType RecordTy = Context.getTypeDeclType(Record);
    [all...]
SemaTemplateInstantiateDecl.cpp 421 QualType ReturnType = cast<FunctionDecl>(DC)->getReturnType();
580 QualType T = cast<FieldDecl>(NamedChain[i-1])->getType();
709 QualType DefnUnderlying =
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 388 std::vector<QualType> TypesLoaded;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 111 QualType T = PD->getType();
579 QualType varType = varDecl->getType();
606 QualType DTy = DE->getDestroyedType();
607 QualType BTy = getContext().getBaseElementType(DTy);
634 QualType BaseTy = Base->getType();
663 QualType varType = D.getBindTemporaryExpr()->getSubExpr()->getType();
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 42 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,
47 QualType T = type;
368 bool MigrationContext::isGCOwnedNonObjC(QualType T) {
TransAutoreleasePool.cpp 393 bool isNSAutoreleasePool(QualType Ty) {
394 QualType pointee = Ty->getPointeeType();
TransProperties.cpp 364 QualType getPropertyType(PropsTy &props) const {
366 QualType ty = props[0].PropD->getType().getUnqualifiedType();

Completed in 1798 milliseconds

1 2 3 4 5 6 7 891011>>