Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h604 const RawComment *getRawCommentForAnyRedecl(
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp2558 Ctx.getRawCommentForAnyRedecl(M)) { in CreateCodeCompletionString()
2563 Ctx.getRawCommentForAnyRedecl(PDecl)) { in CreateCodeCompletionString()
2630 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(ND)) { in CreateCodeCompletionString()
2636 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in CreateCodeCompletionString()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp312 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
446 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()