Searched refs:is_method (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 283 bool is_method = DWARFDIE(&unit, &die).IsMethod(); in IndexUnitImpl() local 285 if (is_method) in IndexUnitImpl() 292 if (!is_method && !mangled_cstr && !objc_method.IsValid(true)) in IndexUnitImpl()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 4784 int is_method = 0; in build_over_call() local 4911 is_method = 1; in build_over_call() 4927 (conv, TREE_VALUE (arg), fn, i - is_method); in build_over_call() 4939 fn, i - is_method), in build_over_call()
|
| H A D | typeck.c | 2750 int is_method; in build_function_call() local 2803 is_method = (TREE_CODE (fntype) == POINTER_TYPE in build_function_call() 2809 || is_method in build_function_call()
|
| H A D | ChangeLog | 5198 * pt.c (type_unification_real): Add is_method argument. Use it
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1740 static inline bool check_op_param(bool is_method, in check_op_param() argument 1749 if (is_method) in check_op_param() 1760 bool is_method, clang::OverloadedOperatorKind op_kind, in CheckOverloadedOperatorKindParameterCount() argument 1775 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount() 2137 const bool is_method = false; in GetDeclarationName() local 2140 is_method, op_kind, num_params)) in GetDeclarationName() 8208 const bool is_method = true; in AddMethodToCXXRecordType() local 8210 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 331 bool is_method, clang::OverloadedOperatorKind op_kind,
|