Home
last modified time | relevance | path

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

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