Home
last modified time | relevance | path

Searched defs:isOverloaded (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h215 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h112 bool isOverloaded; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h205 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h434 bool isOverloaded() const { in isOverloaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1301 bool Intrinsic::isOverloaded(ID id) { in isOverloaded() function in Intrinsic
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3144 bool isOverloaded() const { return UnresolvedLookupExprBits.Overloaded; } in isOverloaded() function