reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5520 extern const AstTypeMatcher<AtomicType> atomicType;
137 REGISTER_MATCHER(atomicType);
tools/clang/unittests/AST/ASTImporterTest.cpp 771 functionDecl(hasDescendant(typedefDecl(has(atomicType())))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp1243 EXPECT_TRUE(matches("_Atomic(int) i;", atomicType())); 1246 atomicType(hasValueType(isInteger())))); 1248 atomicType(hasValueType(isInteger()))));