Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:atomicType

3982     EXPECT_TRUE(matches("_Atomic(int) i;", atomicType()));
3985 atomicType(hasValueType(isInteger()))));
3987 atomicType(hasValueType(isInteger()))));