Home
last modified time | relevance | path

Searched refs:ThisDecl (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Parse/
DParseDeclCXX.cpp1903 Decl *ThisDecl) { in HandleMemberFunctionDeclDelays() argument
1924 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
2500 NamedDecl *ThisDecl = nullptr; in ParseCXXClassMemberDeclaration() local
2513 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo, in ParseCXXClassMemberDeclaration()
2516 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, in ParseCXXClassMemberDeclaration()
2523 ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr) in ParseCXXClassMemberDeclaration()
2526 ThisDecl = VT->getTemplatedDecl(); in ParseCXXClassMemberDeclaration()
2528 if (ThisDecl && AccessAttrs) in ParseCXXClassMemberDeclaration()
2529 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs); in ParseCXXClassMemberDeclaration()
2551 if (ThisDecl) in ParseCXXClassMemberDeclaration()
[all …]
DParseDecl.cpp1733 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); in ParseDeclGroup() local
1735 Actions.ActOnCXXForRangeDecl(ThisDecl); in ParseDeclGroup()
1736 Actions.FinalizeDeclaration(ThisDecl); in ParseDeclGroup()
1737 D.complete(ThisDecl); in ParseDeclGroup()
1738 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
1785 Decl *ThisDecl = ParseDeclarationAfterDeclarator(D); in ParseDeclGroup() local
1786 D.complete(ThisDecl); in ParseDeclGroup()
1787 if (ThisDecl) in ParseDeclGroup()
1788 DeclsInGroup.push_back(ThisDecl); in ParseDeclGroup()
1864 Decl *ThisDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes() local
[all …]
DParseTemplate.cpp286 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, in ParseSingleDeclarationAfterTemplate() local
293 return ThisDecl; in ParseSingleDeclarationAfterTemplate()
299 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false); in ParseSingleDeclarationAfterTemplate()
300 DeclaratorInfo.complete(ThisDecl); in ParseSingleDeclarationAfterTemplate()
301 return ThisDecl; in ParseSingleDeclarationAfterTemplate()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp158 ImplicitParamDecl *ThisDecl in buildThisParam() local
162 params.push_back(ThisDecl); in buildThisParam()
163 getThisDecl(CGF) = ThisDecl; in buildThisParam()
/external/clang/lib/Index/
DCommentToXML.cpp582 void getSourceTextOfDeclaration(const DeclInfo *ThisDecl, in getSourceTextOfDeclaration() argument
584 ASTContext &Context = ThisDecl->CurrentDecl->getASTContext(); in getSourceTextOfDeclaration()
590 ThisDecl->CurrentDecl->print(OS, PPolicy, in getSourceTextOfDeclaration()
/external/clang/include/clang/Parse/
DParser.h2310 Decl *ThisDecl);
/external/clang/lib/Sema/
DSemaDecl.cpp9683 Sema::FinalizeDeclaration(Decl *ThisDecl) { in FinalizeDeclaration() argument
9685 ParsingInitForAutoVars.erase(ThisDecl); in FinalizeDeclaration()
9687 VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDecl); in FinalizeDeclaration()
9762 for (const auto *I : ThisDecl->specific_attrs<TypeTagForDatatypeAttr>()) { in FinalizeDeclaration()