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;
230 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
Comment.h 1078 DeclInfo *ThisDeclInfo;
1083 Blocks(Blocks), ThisDeclInfo(D) {
1105 return ThisDeclInfo->CommentDecl;
1109 if (!ThisDeclInfo->IsFilled)
1110 ThisDeclInfo->fill();
1111 return ThisDeclInfo;
  /external/clang/lib/AST/
ASTContext.cpp 405 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo;
406 ThisDeclInfo->CommentDecl = D;
407 ThisDeclInfo->IsFilled = false;
408 ThisDeclInfo->fill();
409 ThisDeclInfo->CommentDecl = FC->getDecl();
412 ThisDeclInfo);
    [all...]

Completed in 85 milliseconds