HomeSort by relevance Sort by last modified time
    Searched defs:ThisDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
CommentSema.h 50 DeclInfo *ThisDeclInfo;
227 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
Comment.h 1064 DeclInfo *ThisDeclInfo;
1069 Blocks(Blocks), ThisDeclInfo(D) {
1091 return ThisDeclInfo->CommentDecl;
1095 if (!ThisDeclInfo->IsFilled)
1096 ThisDeclInfo->fill();
1097 return ThisDeclInfo;
1101 return ThisDeclInfo;
  /external/clang/lib/AST/
ASTContext.cpp 390 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo;
391 ThisDeclInfo->CommentDecl = D;
392 ThisDeclInfo->IsFilled = false;
393 ThisDeclInfo->fill();
394 ThisDeclInfo->CommentDecl = FC->getDecl();
397 ThisDeclInfo);
    [all...]

Completed in 58 milliseconds