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

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Sema/
SemaOpenMP.cpp 390 QualType Type = D->getType().getNonReferenceType().getCanonicalType();
393 QualType ElemType = cast<ArrayType>(Type.getTypePtr())->getElementType();
501 Type = QualType(Type->getArrayElementTypeNoTypeQual(), 0);
679 QualType ExprType = VD->getType().getNonReferenceType();
    [all...]
SemaDeclAttr.cpp 82 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) {
91 static QualType getFunctionOrMethodResultType(const Decl *D) {
114 static inline bool isNSStringType(QualType T, ASTContext &Ctx) {
130 static inline bool isCFStringType(QualType T, ASTContext &Ctx) {
307 QualType QT = Exp->getType();
334 QualType QT = vd->getType();
354 /// \brief Checks that the passed in QualType either is of RecordType or points
356 static const RecordType *getRecordType(QualType QT) {
367 static bool checkRecordTypeForCapability(Sema &S, QualType Ty) {
400 static bool checkTypedefTypeForCapability(QualType Ty)
    [all...]
SemaDeclObjC.cpp 42 QualType receiverTypeIfCall) {
120 QualType ResultType = NewMethod->getReturnType();
230 if (checkInitMethod(method, QualType()))
288 QualType T = Param->getType();
550 QualType T = TDecl->getUnderlyingType();
620 QualType T = TDecl->getUnderlyingType();
648 QualType T = TDecl->getUnderlyingType();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 50 // nodes (\c Stmt and \c Decl, but not \c QualType or \c TypeLoc).
51 // For \c QualType and \c TypeLoc it is possible to implement
121 else if (const QualType *Q = DynNode.get<QualType>())
154 // We assume that the QualType and the contained type are on the same
156 bool TraverseType(QualType TypeNode) {
163 // The QualType is matched inside traverse.
166 // We assume that the TypeLoc, contained QualType and contained Type all are
175 // Match the QualType.
224 bool baseTraverse(QualType TypeNode)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 58 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
72 static CanQualType GetReturnType(QualType RetTy) {
333 QualType receiverType) {
423 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType,
453 QualType resultType, const FunctionArgList &args,
555 void CodeGenTypes::GetExpandedTypes(QualType type,
598 CodeGenFunction::ExpandTypeFromArgs(QualType Ty, LValue LV,
605 QualType EltTy = AT->getElementType();
635 QualType FT = FD->getType();
643 QualType EltTy = CT->getElementType()
    [all...]
CGBlocks.cpp 242 static bool isSafeForCXXConstantCapture(QualType type) {
269 QualType type = var->getType();
360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
381 QualType byRefPtrTy = C.VoidPtrTy;
438 QualType VT = variable->getType();
593 QualType::DestructionKind dtorKind =
595 if (dtorKind == QualType::DK_none) continue;
601 if (dtorKind == QualType::DK_objc_strong_lifetime) {
748 QualType type = variable->getType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
288 QualType elemType = elemReg->getElementType();
CheckObjCDealloc.cpp 117 QualType T = Ivar->getType();
220 QualType T = ID->getType();
CStringChecker.cpp 124 ProgramStateRef state, SVal V, QualType Ty);
208 QualType Ty) {
352 QualType sizeTy = Size->getType();
353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
460 QualType cmpTy = svalBuilder.getConditionType();
491 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
561 QualType sizeTy = svalBuilder.getContext().getSizeType();
578 QualType cmpTy = svalBuilder.getConditionType();
674 QualType sizeTy = svalBuilder.getContext().getSizeType();
746 QualType sizeTy = svalBuilder.getContext().getSizeType()
    [all...]
  /external/clang/utils/
ClangDataFormat.py 26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
33 return QualType(qualty).summary()
68 class QualType(object):
  /external/clang/include/clang/AST/
DeclCXX.h 252 QualType getType() const {
    [all...]
APValue.h 33 class QualType;
197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
198 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
DeclObjC.h 166 QualType MethodDeclType;
227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
330 QualType getReturnType() const { return MethodDeclType; }
331 void setReturnType(QualType T) { MethodDeclType = T; }
335 QualType getSendResultType() const {
385 typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun;
    [all...]
CXXInheritance.h 131 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 49 clang::QualType
52 clang::QualType type)
59 return QualType();
67 return CopyType (dst_ast, src_ast, QualType::getFromOpaquePtr(type)).getAsOpaquePtr();
286 ClangASTImporter::RequireCompleteType (clang::QualType type)
  /external/clang/lib/AST/
DeclPrinter.cpp 104 static QualType GetBaseType(QualType T) {
106 QualType BaseType = T;
128 static QualType getDeclType(Decl* D) {
133 return QualType();
249 QualType CurDeclType = getDeclType(*D);
251 QualType BaseType = GetBaseType(CurDeclType);
412 QualType Ty = D->getType();
509 Out << QualType(BMInitializer->getBaseClass(), 0).getAsString(Policy);
675 QualType T = D->getTypeSourceInfo(
    [all...]
MicrosoftMangle.cpp 113 void mangleCXXRTTI(QualType T, raw_ostream &Out) override;
114 void mangleCXXRTTIName(QualType T, raw_ostream &Out) override;
127 void mangleTypeName(QualType T, raw_ostream &) override;
233 void mangleType(QualType T, SourceRange Range,
259 void mangleArgumentType(QualType T, SourceRange Range);
422 QualType Ty = VD->getType();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 324 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) {
388 QualType QT = Getter->getReturnType();
392 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
397 QualType ArgType = Context.getCanonicalType(argDecl->getType());
403 QualType RT = Getter->getReturnType();
406 QualType CanResultTy = Context.getCanonicalType(RT);
760 QualType qt = TypedefDcl->getTypeSourceInfo()->getType();
794 QualType qt = TypedefDcl->getTypeSourceInfo()->getType();
    [all...]
TransUnbridgedCasts.cpp 94 QualType castType = E->getType();
96 QualType castExprType = castExpr->getType();
163 QualType T = sub->getType();
  /external/clang/include/clang/Sema/
Lookup.h 358 QualType getBaseObjectType() const {
363 void setBaseObjectType(QualType T) {
657 QualType BaseObjectType;
MultiplexExternalSemaSource.h 358 /// \param T the \c QualType that should have been complete at \p Loc
362 QualType T) override;
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 391 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT,
402 QualType PT = QT->getPointeeType();
  /external/chromium_org/tools/clang/blink_gc_plugin/
Config.h 143 const clang::QualType& formal_type = method->getParamDecl(0)->getType();
RecordInfo.h 152 RecordInfo* Lookup(const clang::QualType& type) {

Completed in 939 milliseconds

1 2 3 4 5 6 78 91011>>