Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTTypeTraits.h111 bool hasPointerIdentity() const { in hasPointerIdentity() function
249 return NodeKind.hasPointerIdentity()
/external/clang/lib/AST/
DASTContext.cpp8874 if (Node.getNodeKind().hasPointerIdentity()) in getParents()