Home
last modified time | relevance | path

Searched defs:isArray (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h154 bool isArray() const { return IsArray; } in isArray() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h71 bool isArray() const { return getKind() == Type::Array; } in isArray() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1528 static bool isArray(AllocaInst *AI) { in isArray() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7716 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2262 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function