Searched refs:ThisDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp158 ImplicitParamDecl *ThisDecl local
162 params.push_back(ThisDecl);
163 getThisDecl(CGF) = ThisDecl;
/external/clang/lib/Parse/
H A DParseDecl.cpp1616 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); local
1618 Actions.ActOnCXXForRangeDecl(ThisDecl);
1619 Actions.FinalizeDeclaration(ThisDecl);
1620 D.complete(ThisDecl);
1621 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl);
1664 Decl *ThisDecl = ParseDeclarationAfterDeclarator(D); local
1665 D.complete(ThisDecl);
1666 if (ThisDecl)
1667 DeclsInGroup.push_back(ThisDecl);
1743 Decl *ThisDecl local
1823 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1827 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); local
1848 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1873 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1881 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1892 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1909 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1915 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
[all...]
H A DParseDeclCXX.cpp1811 Decl *ThisDecl) {
1823 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
2298 NamedDecl *ThisDecl = nullptr; local
2312 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2315 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2322 ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr)
2325 ThisDecl = VT->getTemplatedDecl();
2327 if (ThisDecl && AccessAttrs)
2328 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttr local
1810 HandleMemberFunctionDeclDelays(Declarator& DeclaratorInfo, Decl *ThisDecl) argument
[all...]
H A DParseTemplate.cpp268 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, local
275 return ThisDecl;
281 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false);
282 DeclaratorInfo.complete(ThisDecl);
283 return ThisDecl;
/external/clang/include/clang/Parse/
H A DParser.h2293 Decl *ThisDecl);
/external/clang/lib/Sema/
H A DSemaDecl.cpp9210 Sema::FinalizeDeclaration(Decl *ThisDecl) { argument
9212 ParsingInitForAutoVars.erase(ThisDecl);
9214 VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDecl);
9290 for (const auto *I : ThisDecl->specific_attrs<TypeTagForDatatypeAttr>()) {

Completed in 2112 milliseconds