Searched refs:hasElementType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 50 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 D | SuspiciousMemsetUsageCheck.cpp | 40 hasType(arrayType(hasElementType(isAnyCharacter()))))))), in registerMatchers()
|
| H A D | SizeofExpressionCheck.cpp | 156 hasType(hasCanonicalType(arrayType(hasElementType(pointerType())) in registerMatchers() 204 arrayType(hasElementType(recordType().bind("elem-type"))); in registerMatchers()
|
| H A D | NotNullTerminatedResultCheck.cpp | 567 arrayType(hasElementType(isAnyCharacter())).bind(DestArrayTyName)))); in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 3480 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 D | ASTMatchersNodeTest.cpp | 1544 constantArrayType(hasElementType(builtinType())))); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 310 REGISTER_MATCHER(hasElementType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1068 AST_TYPELOC_TRAVERSE_MATCHER_DEF(hasElementType,
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6803 AST_TYPELOC_TRAVERSE_MATCHER_DECL(hasElementType, getElement,
|