Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td28 int isOverload = 0;
31 let isOverload = 1 in {
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp125 bool isOverload(clang::CXXMethodDecl *m1, clang::CXXMethodDecl *m2) { in isOverload() function
184 if (method_decl->isVirtual() && !isOverload(decl, method_decl)) { in addOverridesForMethod()