Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h197 void resolveParamCommandIndexes(const FullComment *FC);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp522 resolveParamCommandIndexes(FC); in actOnFullComment()
705 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes() function in clang::comments::Sema