llvm-project
37858b08 - [clang][ASTMatchers] Add `arrayTypeLoc` ast matcher for ArrayTypeLoc (#168990)

Commit
56 days ago
[clang][ASTMatchers] Add `arrayTypeLoc` ast matcher for ArrayTypeLoc (#168990) There's `arrayType` matcher for matching `ArrayType`, but no matcher for `ArrayTypeLoc`. This change complements it. Note that there's already `hasElementTypeLoc` matcher, which was declared together with the `hasElementType` matcher.
Author
Parents
Loading