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

  /external/clang/lib/AST/
CommentSema.cpp 32 PP(PP), ThisDeclInfo(nullptr), BriefCommand(nullptr),
40 ThisDeclInfo = new (Allocator) DeclInfo;
41 ThisDeclInfo->CommentDecl = D;
42 ThisDeclInfo->IsFilled = false;
72 if (ThisDeclInfo) {
318 ThisDeclInfo->TemplateParameters;
546 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
585 assert(ThisDeclInfo && "should not call this check on a bare comment");
588 if (ThisDeclInfo->ReturnType->isVoidType()) {
590 switch (ThisDeclInfo->CommentDecl->getKind())
    [all...]
ASTContext.cpp 423 comments::DeclInfo *ThisDeclInfo = new (*this) comments::DeclInfo;
424 ThisDeclInfo->CommentDecl = D;
425 ThisDeclInfo->IsFilled = false;
426 ThisDeclInfo->fill();
427 ThisDeclInfo->CommentDecl = FC->getDecl();
428 if (!ThisDeclInfo->TemplateParameters)
429 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters;
432 ThisDeclInfo);
    [all...]
  /external/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 1099 DeclInfo *ThisDeclInfo;
1104 Blocks(Blocks), ThisDeclInfo(D) {
1126 return ThisDeclInfo->CommentDecl;
1130 if (!ThisDeclInfo->IsFilled)
1131 ThisDeclInfo->fill();
1132 return ThisDeclInfo;
CommentSema.h 50 DeclInfo *ThisDeclInfo;
226 /// \c ThisDeclInfo->ThisDecl into \c ThisDeclInfo members.

Completed in 480 milliseconds