Searched refs:add_method (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c904 add_method (tree type, tree method, tree using_decl)
1217 add_method (t, OVL_CURRENT (flist), using_decl);
3911 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
3914 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
3933 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
3937 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
3940 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
902 add_method (tree type, tree method, tree using_decl) function
H A Dmethod.c1138 add_method (type, fn, NULL_TREE);
H A Ddecl2.c686 add_method (ctype, function, NULL_TREE);
H A Dsemantics.c2300 if (add_method (current_class_type, decl, NULL_TREE))
H A Dcp-tree.h3876 extern bool add_method (tree, tree, tree);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1036 bool add_method = true; local
1053 add_method = false;
1064 if (add_method) {

Completed in 221 milliseconds