Home
last modified time | relevance | path

Searched defs:isCanonicalDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h768 bool isCanonicalDecl() const { return getCanonicalDecl() == this; } in isCanonicalDecl() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h907 bool isCanonicalDecl() const { return getCanonicalDecl() == this; } in isCanonicalDecl() function