Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/utils/TableGen/
H A 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()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp318 REGISTER_MATCHER(hasElementType); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1081 AST_TYPELOC_TRAVERSE_MATCHER_DEF(hasElementType,
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7079 AST_TYPELOC_TRAVERSE_MATCHER_DECL(hasElementType, getElement,