Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h107 const char *getBriefText(const ASTContext &Context) const { in getBriefText() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2939 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2982 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
3320 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()