Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td346 def MethodGroup : FunctionDeclarationVerbatimLineCommand<"methodgroup">;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2914 typedef SmallVector<const CXXMethodDecl *, 1> MethodGroup; in GroupNewVirtualOverloads() typedef
2915 SmallVector<MethodGroup, 10> Groups; in GroupNewVirtualOverloads()
2927 Groups.push_back(MethodGroup()); in GroupNewVirtualOverloads()
2933 for (const MethodGroup &Group : Groups) in GroupNewVirtualOverloads()