Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h214 auto &DeclFragment = Record.second->Declaration; in modifyRecords() local
215 DeclFragment.insert(DeclFragment.begin(), " ", in modifyRecords()
217 DeclFragment.insert(DeclFragment.begin(), "typedef", in modifyRecords()
220 DeclFragment.insert(--DeclFragment.end(), " { ... } ", in modifyRecords()
222 DeclFragment.insert(--DeclFragment.end(), Name, in modifyRecords()