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

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 32 static bool IsNSError(QualType T, IdentifierInfo *II);
33 static bool IsCFError(QualType T, IdentifierInfo *II);
188 static QualType parameterTypeFromSVal(SVal val, CheckerContext &C) {
200 return QualType();
220 QualType parmT = parameterTypeFromSVal(loc, C);
282 static bool IsNSError(QualType T, IdentifierInfo *II) {
303 static bool IsCFError(QualType T, IdentifierInfo *II) {
CastSizeChecker.cpp 50 CharUnits TypeSize, QualType ToPointeeTy) {
94 QualType ToTy = Ctx.getCanonicalType(CE->getType());
100 QualType ToPointeeTy = ToPTy->getPointeeType();
FixedAddressChecker.cpp 43 QualType T = B->getType();
  /external/clang/lib/AST/
ASTDiagnostic.cpp 27 // Returns a desugared version of the QualType, and marks ShouldAKA as true
29 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) {
76 if (QualType(Ty,0) == Context.getObjCIdType() ||
77 QualType(Ty,0) == Context.getObjCClassType() ||
78 QualType(Ty,0) == Context.getObjCSelType() ||
79 QualType(Ty,0) == Context.getObjCProtoType())
83 if (QualType(Ty,0) == Context.getBuiltinVaListType())
87 QualType Underlying;
164 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty
    [all...]
ASTTypeTraits.cpp 29 { NKI_None, "QualType" },
73 else if (const QualType *QT = get<QualType>())
82 QualType(T, 0).print(OS, PP);
  /external/clang/include/clang/AST/
DependentDiagnostic.h 46 QualType BaseObjectType,
87 QualType getAccessBaseObjectType() const {
89 return QualType::getFromOpaquePtr(AccessData.BaseObjectType);
ExprCXX.h 67 ArrayRef<Expr*> args, QualType t, ExprValueKind VK,
120 QualType t, ExprValueKind VK, SourceLocation RP)
154 ArrayRef<Expr*> args, QualType t, ExprValueKind VK,
187 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK,
232 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op,
243 static CXXStaticCastExpr *Create(const ASTContext &Context, QualType T,
263 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind,
274 static CXXDynamicCastExpr *Create(const ASTContext &Context, QualType T,
300 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
312 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T
    [all...]
TemplateBase.h 126 TemplateArgument(QualType T, bool isNullPtr = false) {
143 TemplateArgument(ASTContext &Ctx, const llvm::APSInt &Value, QualType Type);
147 TemplateArgument(const TemplateArgument &Other, QualType Type) {
239 QualType getAsType() const {
241 return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue.V));
259 QualType getNullPtrType() const {
261 return QualType::getFromOpaquePtr(reinterpret_cast<void*>(TypeOrValue.V));
297 QualType getIntegralType() const {
299 return QualType::getFromOpaquePtr(Integer.Type);
302 void setIntegralType(QualType T)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 47 QualType Ty;
49 CallArg(RValue rv, QualType ty, bool needscopy)
81 void add(RValue rvalue, QualType type, bool needscopy = false) {
CodeGenModule.h 371 llvm::DenseMap<QualType, llvm::Constant *> AtomicSetterHelperFnMap;
372 llvm::DenseMap<QualType, llvm::Constant *> AtomicGetterHelperFnMap;
375 llvm::DenseMap<QualType, llvm::Constant *> TypeDescriptorMap;
438 QualType ObjCFastEnumerationStateType;
550 llvm::Constant *getAtomicSetterHelperFnMap(QualType Ty) {
553 void setAtomicSetterHelperFnMap(QualType Ty,
558 llvm::Constant *getAtomicGetterHelperFnMap(QualType Ty) {
561 void setAtomicGetterHelperFnMap(QualType Ty,
566 llvm::Constant *getTypeDescriptorFromMap(QualType Ty) {
569 void setTypeDescriptorInMap(QualType Ty, llvm::Constant *C)
    [all...]
ABIInfo.h 74 virtual llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
CGDebugInfo.h 116 llvm::DIType CreateQualifiedType(QualType Ty, llvm::DIFile Fg);
139 llvm::DIType CreateSelfType(const QualType &QualTy, llvm::DIType Ty);
140 llvm::DIType getTypeOrNull(const QualType);
144 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit);
145 llvm::DICompositeType getOrCreateFunctionType(const Decl *D, QualType FnType,
149 llvm::DIType getOrCreateTypeDeclaration(QualType PointeeTy, llvm::DIFile F);
151 const Type *Ty, QualType PointeeTy,
154 llvm::Value *getCachedInterfaceTypeOrNull(const QualType Ty);
181 llvm::DIType createFieldType(StringRef name, QualType type,
234 QualType FnType, llvm::Function *Fn
    [all...]
CGValue.h 130 QualType Type;
162 QualType TBAABaseType;
170 void Initialize(QualType Type, Qualifiers Quals,
204 QualType getType() const { return Type; }
246 QualType getTBAABaseType() const { return TBAABaseType; }
247 void setTBAABaseType(QualType T) { TBAABaseType = T; }
294 static LValue MakeAddr(llvm::Value *address, QualType type,
308 QualType type, CharUnits Alignment) {
318 QualType type, CharUnits Alignment) {
335 QualType type, CharUnits Alignment)
    [all...]
CGObjCRuntime.h 133 virtual llvm::Constant *GetEHType(QualType T) = 0;
155 QualType ResultType,
171 QualType ResultType,
254 QualType ObjectTy,
270 QualType T) = 0;
284 QualType resultType,
CGDecl.cpp 116 QualType Ty = TD.getUnderlyingType();
179 QualType Ty = D.getType();
224 static bool hasNontrivialDestruction(QualType T) {
361 DestroyObject(llvm::Value *addr, QualType type,
368 QualType type;
461 QualType ArgTy = FnInfo.arg_begin()->type;
832 QualType Ty = D.getType();
    [all...]
  /external/lldb/source/Expression/
ASTDumper.cpp 69 m_dump = clang::QualType(type, 0).getAsString();
72 ASTDumper::ASTDumper (clang::QualType type)
79 m_dump = clang::QualType::getFromOpaquePtr(type).getAsString();
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 97 clang::QualType QT = PVD->getType().getCanonicalType();
201 clang::QualType QT = PVD->getType().getCanonicalType();
266 clang::QualType QT = PVD->getType().getCanonicalType();
267 clang::QualType UT = QT.getUnqualifiedType();
282 clang::QualType XType = mX->getType();
283 clang::QualType YType = mY->getType();
358 clang::QualType QT = PVD->getType().getCanonicalType();
391 clang::QualType T = Ctx.getTagDeclType(RD);
461 const clang::QualType &IntType = FD->getASTContext().IntTy;
500 clang::QualType QT = PVD->getType().getCanonicalType()
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 353 QualType type = cast<ValueDecl>(D)->getType();
441 QualType Ty = E->getType();
504 QualType BaseType = Base->getType();
560 QualType T = E->getType();
652 QualType Ty = E->getType();
680 QualType Ty = E->getType();
704 QualType PTy = Context.isPromotableBitField(E);
710 QualType PT = Context.getPromotedIntegerType(Ty);
723 QualType Ty = E->getType();
764 Sema::VarArgKind Sema::isValidVarArgType(const QualType &Ty)
    [all...]
SemaExprObjC.cpp 72 QualType StrTy = Context.getConstantArrayType(
92 QualType Ty = Context.getObjCConstantStringInterface();
159 QualType ReturnType = Method->getReturnType();
174 QualType NumberType,
223 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
262 QualType NumberType = Number->getType();
330 QualType T,
451 QualType BoxedType;
458 QualType ValueType(ValueExpr->getType());
460 QualType PointeeType = PT->getPointeeType()
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 58 QualType receiverType);
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 25 class QualType;
DelayedDiagnostic.h 48 QualType BaseObjectType)
81 QualType getBaseObjectType() const { return BaseObjectType; }
108 QualType BaseObjectType;
146 QualType type,
194 QualType getForbiddenTypeOperand() const {
196 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
  /external/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp 30 QualType Ty = Sym->getType();
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 22 // QualType. A clang::QualType can be easily reconstructed from an
27 // and the opaque clang QualType to be specified for ease of use and
68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
278 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
652 clang::QualType
656 return clang::QualType::getFromOpaquePtr(m_type);
657 return clang::QualType();
659 clang::QualType
663 return clang::QualType::getFromOpaquePtr(m_type).getCanonicalType()
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 96 typedef llvm::DenseMap<QualType, serialization::TypeIdx,
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
139 QualType getType() const {
141 return QualType::getFromOpaquePtr(Stored);
300 DeclUpdate(unsigned Kind, QualType Type)
309 QualType getType() const { return QualType::getFromOpaquePtr(Type); }
469 void WriteType(QualType T);
583 void AddTypeRef(QualType T, RecordDataImpl &Record);
586 serialization::TypeID GetOrCreateTypeID(QualType T)
    [all...]

Completed in 2793 milliseconds

1 23 4 5 6 7 8 91011>>