Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/utils/TableGen/
DLLDBPropertyDefEmitter.cpp50 bool hasElementType = Property->getValue("HasElementType"); in emitProperty() local
54 hasDefaultStringValue || hasElementType) && in emitProperty()
78 assert(((type != "Array" && type != "Dictionary") || hasElementType) && in emitProperty()
86 } else if (hasElementType) { in emitProperty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp302 REGISTER_MATCHER(hasElementType); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1051 AST_TYPELOC_TRAVERSE_MATCHER_DEF(hasElementType,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6425 AST_TYPELOC_TRAVERSE_MATCHER_DECL(hasElementType, getElement,