Searched refs:isExpansionInSystemHeader (Results 1 – 3 of 3) sorted by relevance
284 REGISTER_MATCHER(isExpansionInSystemHeader); in RegistryMaps()
4991 "#include \"other\"\n", recordDecl(isExpansionInSystemHeader()), true, in TEST()4994 recordDecl(isExpansionInSystemHeader()), in TEST()4997 recordDecl(isExpansionInSystemHeader()))); in TEST()4998 EXPECT_TRUE(notMatches("", recordDecl(isExpansionInSystemHeader()))); in TEST()
206 AST_POLYMORPHIC_MATCHER(isExpansionInSystemHeader, in AST_POLYMORPHIC_MATCHER() argument