HomeSort by: relevance | last modified time | path
    Searched refs:hasSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 341 REGISTER_MATCHER(hasSize);
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 2160 static bool hasSize(const Ty &Node, unsigned int N) {
2166 inline bool HasSizeMatcher<StringLiteral>::hasSize(
ASTMatchers.h 6442 /// constantArrayType(hasSize(42))
6444 /// stringLiteral(hasSize(4))
6446 AST_POLYMORPHIC_MATCHER_P(hasSize,
6450 return internal::HasSizeMatcher<NodeType>::hasSize(Node, N);

Completed in 24 milliseconds