Searched refs:hasElementType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp50 bool hasElementType = Property->getValue("HasElementType"); local
54 hasDefaultStringValue || hasElementType) &&
78 assert(((type != "Array" && type != "Dictionary") || hasElementType) &&
86 } else if (hasElementType) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp284 REGISTER_MATCHER(hasElementType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1006 AST_TYPELOC_TRAVERSE_MATCHER_DEF(hasElementType,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5832 /// arrayType(hasElementType(builtinType()))
5836 AST_TYPELOC_TRAVERSE_MATCHER_DECL(hasElementType, getElement,

Completed in 80 milliseconds