Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp38 const DeclContext *CanonicalizeDC(const DeclContext *DC) { in CanonicalizeDC() function
47 DC = CanonicalizeDC(DC); in LookupSameContext()
362 return D1 == D2 || D1 == CanonicalizeDC(D2); in IsSameDC()