Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMemsetUsageCheck.cpp40 hasType(arrayType(hasElementType(isAnyCharacter()))))))), in registerMatchers()
H A DSizeofExpressionCheck.cpp156 hasType(hasCanonicalType(arrayType(hasElementType(pointerType())) in registerMatchers()
204 arrayType(hasElementType(recordType().bind("elem-type"))); in registerMatchers()
H A DNotNullTerminatedResultCheck.cpp567 arrayType(hasElementType(isAnyCharacter())).bind(DestArrayTyName)))); in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3480 arrayType(hasElementType(builtinType())))); in TEST_P()
3483 qualType(arrayType(hasElementType(builtinType()))))); in TEST_P()
3486 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST_P()
3492 qualType(isConstQualified(), arrayType(hasElementType(builtinType()))))); in TEST_P()
3495 qualType(arrayType(hasElementType(isConstQualified(), builtinType()))))); in TEST_P()
3497 qualType(arrayType(hasElementType(builtinType())), in TEST_P()
3501 matches("int a[2];", constantArrayType(hasElementType(builtinType())))); in TEST_P()
3515 matches("_Complex float f;", complexType(hasElementType(builtinType())))); in TEST_P()
3517 complexType(hasElementType(isInteger())))); in TEST_P()
H A DASTMatchersNodeTest.cpp1544 constantArrayType(hasElementType(builtinType())))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp310 REGISTER_MATCHER(hasElementType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1068 AST_TYPELOC_TRAVERSE_MATCHER_DEF(hasElementType,
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6803 AST_TYPELOC_TRAVERSE_MATCHER_DECL(hasElementType, getElement,