Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp53 TopMethodsTy TopMethods; member
60 getTopOverriddenMethods(TU, Dcl, TopMethods); in FindFileIdRefVisitData()
112 if (llvm::find(TopMethods, D) != TopMethods.end()) in isOverriddingMethod()
119 if (llvm::find(TopMethods, *I) != TopMethods.end()) in isOverriddingMethod()