Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h94 GlobalDecl CanonGD; in getCanonicalDecl() local
95 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl()); in getCanonicalDecl()
96 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
97 CanonGD.MultiVersionIndex = MultiVersionIndex; in getCanonicalDecl()
99 return CanonGD; in getCanonicalDecl()