Home
last modified time | relevance | path

Searched refs:hasPointerIdentity (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTTypeTraits.h113 bool hasPointerIdentity() const { in hasPointerIdentity() function
251 return NodeKind.hasPointerIdentity()
/external/clang/lib/AST/
DASTContext.cpp9065 if (Node.getNodeKind().hasPointerIdentity()) in getParents()