Searched defs:ThisDeclInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h50 DeclInfo *ThisDeclInfo; member in class:clang::comments::Sema
230 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
H A DComment.h1097 DeclInfo *ThisDeclInfo; member in class:clang::comments::ParamCommandComment::FullComment
1102 Blocks(Blocks), ThisDeclInfo(D) {
1124 return ThisDeclInfo->CommentDecl;
1128 if (!ThisDeclInfo->IsFilled)
1129 ThisDeclInfo->fill();
1130 return ThisDeclInfo;
/external/clang/lib/AST/
H A DASTContext.cpp420 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo; local
421 ThisDeclInfo->CommentDecl = D;
422 ThisDeclInfo->IsFilled = false;
423 ThisDeclInfo->fill();
424 ThisDeclInfo->CommentDecl = FC->getDecl();
425 if (!ThisDeclInfo->TemplateParameters)
426 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters;
429 ThisDeclInfo);

Completed in 443 milliseconds