Home
last modified time | relevance | path

Searched defs:getUnqualifiedArrayType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2658 QualType getUnqualifiedArrayType(QualType T) const { in getUnqualifiedArrayType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6440 QualType ASTContext::getUnqualifiedArrayType(QualType type, in getUnqualifiedArrayType() function in ASTContext