Searched refs:ThisDeclInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp32 PP(PP), ThisDeclInfo(NULL), BriefCommand(NULL), HeaderfileCommand(NULL) {
39 ThisDeclInfo = new (Allocator) DeclInfo;
40 ThisDeclInfo->CommentDecl = D;
41 ThisDeclInfo->IsFilled = false;
313 ThisDeclInfo->TemplateParameters;
535 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
562 if (ThisDeclInfo->ResultType->isVoidType()) {
564 switch (ThisDeclInfo->CommentDecl->getKind()) {
566 if (ThisDeclInfo->IsObjCMethod)
639 const Decl *D = ThisDeclInfo
[all...]
H A DASTContext.cpp407 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo; local
408 ThisDeclInfo->CommentDecl = D;
409 ThisDeclInfo->IsFilled = false;
410 ThisDeclInfo->fill();
411 ThisDeclInfo->CommentDecl = FC->getDecl();
414 ThisDeclInfo);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h1078 DeclInfo *ThisDeclInfo; member in class:clang::comments::ParamCommandComment::FullComment
1083 Blocks(Blocks), ThisDeclInfo(D) {
1105 return ThisDeclInfo->CommentDecl;
1109 if (!ThisDeclInfo->IsFilled)
1110 ThisDeclInfo->fill();
1111 return ThisDeclInfo;
H A DCommentSema.h50 DeclInfo *ThisDeclInfo; member in class:clang::comments::Sema
230 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.

Completed in 143 milliseconds