Searched defs:getCanonical (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexHigh.cpp60 Dcl = getCanonical(D);
79 const Decl *getCanonical(const Decl *D) const { function in struct:__anon3209::FindFileIdRefVisitData
87 return getCanonical(ImplD->getClassInterface());
91 return getCanonical(CXXCtorD->getParent());
101 D = getCanonical(D);

Completed in 27 milliseconds