Searched refs:isExpansionInSystemHeader (Results 1 – 3 of 3) sorted by relevance
253 REGISTER_MATCHER(isExpansionInSystemHeader); in RegistryMaps()
4683 "#include \"other\"\n", recordDecl(isExpansionInSystemHeader()), true, in TEST()4686 recordDecl(isExpansionInSystemHeader()), in TEST()4689 recordDecl(isExpansionInSystemHeader()))); in TEST()4690 EXPECT_TRUE(notMatches("", recordDecl(isExpansionInSystemHeader()))); in TEST()
205 AST_POLYMORPHIC_MATCHER(isExpansionInSystemHeader, in AST_POLYMORPHIC_MATCHER() argument