HomeSort by relevance Sort by last modified time
    Searched refs:qualType (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 683 stmt(hasDescendant(qualType(builtinType())))));
697 qualType(hasDescendant(builtinType()))));
699 qualType(hasDescendant(
706 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
717 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
718 new VerifyIdIsBoundTo<QualType>("x", 2)));
724 varDecl(hasName("i"), hasType(qualType(has(builtinType()))))));
727 varDecl(hasName("i"), hasType(qualType(has(pointerType()))))));
844 qualType(hasDeclaration(enumDecl(hasName("X")))))))))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 112 typedef internal::Matcher<QualType> TypeMatcher;
389 internal::Matcher<QualType>, InnerMatcher) {
1163 const internal::VariadicAllOfMatcher<QualType> qualType;
    [all...]

Completed in 713 milliseconds