reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5520 extern const AstTypeMatcher<AtomicType> atomicType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  137   REGISTER_MATCHER(atomicType);
tools/clang/unittests/AST/ASTImporterTest.cpp
  771       functionDecl(hasDescendant(typedefDecl(has(atomicType())))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1243     EXPECT_TRUE(matches("_Atomic(int) i;", atomicType()));
 1246                         atomicType(hasValueType(isInteger()))));
 1248                            atomicType(hasValueType(isInteger()))));