Searched defs:baseType (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp981 QualType baseType = recurse(T->getBaseType()); local
H A DASTContext.cpp2155 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { argument
3730 getObjCObjectType( QualType baseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1340 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, argument
1558 llvm::Type *baseType = ConvertType(eltType); local
1489 emitArrayLength(const ArrayType *origArrayType, QualType &baseType, Address &addr) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp276 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, argument
H A DSemaDeclObjC.cpp1306 actOnObjCTypeArgsOrProtocolQualifiers( Scope *S, ParsedType baseType, SourceLocation lAngleLoc, ArrayRef<IdentifierInfo *> identifiers, ArrayRef<SourceLocation> identifierLocs, SourceLocation rAngleLoc, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, bool warnOnIncompleteProtocols) argument
H A DSemaDecl.cpp10083 QualType baseType = Context.getBaseElementType(type); local
/freebsd-11.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c529 SQLSMALLINT baseType, cType; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1691 baseType, local
1626 parseObjCTypeArgsOrProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken, bool warnOnIncompleteProtocols) argument
1766 parseObjCTypeArgsAndProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1113 ExtQualsTypeCommonBase(const Type *baseType, QualType canon) argument
1162 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals) argument
4801 QualType baseType = getBaseType(); local

Completed in 378 milliseconds