Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1831 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
1978 QualType &baseType, in emitArrayLength()
2046 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
H A DCGExprConstant.cpp2234 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2273 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
2289 llvm::Type *baseType, in EmitNullConstantForBase()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp610 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1594 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers()
1773 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp813 QualType baseType(splitBaseType.Ty, 0); in stripObjCKindOfTypeAndQuals() local
1189 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType() local
1467 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType() local
H A DASTContext.cpp2913 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument
5081 QualType baseType, in getObjCObjectType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp297 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
H A DSemaDeclObjC.cpp1412 ParsedType baseType, in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaDecl.cpp13152 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6426 QualType baseType = Record.readQualType(); in readTypeRecord() local