Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp285 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl() local
287 if (is_method) in IndexUnitImpl()
292 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h276 std::forward<Func>(f), py::name(name), py::is_method(thisClass),
286 std::forward<Func>(f), py::name(name), py::is_method(thisClass),
/llvm-project-15.0.7/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
H A Dsaved_model.pbtxt9332 is_method: true
9498 is_method: true
9570 is_method: true
9642 is_method: true
9714 is_method: true
9786 is_method: true
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h371 bool is_method, clang::OverloadedOperatorKind op_kind,
H A DTypeSystemClang.cpp1706 static inline bool check_op_param(bool is_method, in check_op_param() argument
1715 if (is_method) in check_op_param()
1726 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount() argument
1741 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount()
2100 const bool is_method = false; in GetDeclarationName() local
2103 is_method, op_kind, num_params)) in GetDeclarationName()
7685 const bool is_method = true; in AddMethodToCXXRecordType() local
7687 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()