Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:stringLiteral

630   StatementMatcher Literal = stringLiteral();
762 // __func__ expands as StringLiteral("foo")
766 has(stringLiteral()))));