reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5387 extern const AstTypeMatcher<ComplexType> complexType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  156   REGISTER_MATCHER(complexType);
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2203   EXPECT_TRUE(matches("_Complex float f;", complexType()));
 2206     complexType(hasElementType(builtinType()))));
 2209     complexType(hasElementType(isInteger()))));