Home
last modified time | relevance | path

Searched refs:getDependentExtIntType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td906 return ctx.getDependentExtIntType(isUnsigned, numBitsExpr);
H A DASTContext.h1286 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2222 return Context.getDependentExtIntType(IsUnsigned, BitWidth); in BuildExtIntType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4439 QualType ASTContext::getDependentExtIntType(bool IsUnsigned, in getDependentExtIntType() function in ASTContext