Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommands.td237 def MethodGroup : FunctionDeclarationVerbatimLineCommand<"methodgroup">;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2863 typedef SmallVector<const CXXMethodDecl *, 1> MethodGroup; in GroupNewVirtualOverloads() typedef
2864 SmallVector<MethodGroup, 10> Groups; in GroupNewVirtualOverloads()
2876 Groups.push_back(MethodGroup()); in GroupNewVirtualOverloads()
2882 for (const MethodGroup &Group : Groups) in GroupNewVirtualOverloads()