Home
last modified time | relevance | path

Searched defs:ArrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3828 const auto *ArrType = RF->Decl->getType()->getAsArrayTypeUnsafe(); in visitAPValueInitializer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3816 auto *ArrType = llvm::ArrayType::get(PtrType, Classes.size() + 1); in getBaseClassArray() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2284 const QualType ArrType = Context.getBaseElementType(T); in BuildArrayType() local