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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp124 ImplicitParamDecl *ThisDecl local
128 params.push_back(ThisDecl);
129 getThisDecl(CGF) = ThisDecl;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1660 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); local
1662 Actions.ActOnCXXForRangeDecl(ThisDecl);
1663 Actions.FinalizeDeclaration(ThisDecl);
1664 D.complete(ThisDecl);
1665 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl);
1708 Decl *ThisDecl = ParseDeclarationAfterDeclarator(D); local
1709 D.complete(ThisDecl);
1710 if (ThisDecl)
1711 DeclsInGroup.push_back(ThisDecl);
1788 Decl *ThisDecl local
1868 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1872 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); local
1881 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1902 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1910 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1921 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1938 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1944 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
[all...]
H A DParseDeclCXX.cpp1789 Decl *ThisDecl) {
1801 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
2277 NamedDecl *ThisDecl = 0; local
2295 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2298 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2305 ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : 0)
2308 ThisDecl = VT->getTemplatedDecl();
2310 if (ThisDecl && AccessAttrs)
2311 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttr local
1788 HandleMemberFunctionDeclDelays(Declarator& DeclaratorInfo, Decl *ThisDecl) argument
[all...]
H A DParseTemplate.cpp273 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, local
280 return ThisDecl;
286 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false);
287 DeclaratorInfo.complete(ThisDecl);
288 return ThisDecl;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2163 Decl *ThisDecl);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp8896 Sema::FinalizeDeclaration(Decl *ThisDecl) { argument
8898 ParsingInitForAutoVars.erase(ThisDecl);
8900 VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDecl);
8939 I = ThisDecl->specific_attr_begin<TypeTagForDatatypeAttr>(),
8940 E = ThisDecl->specific_attr_end<TypeTagForDatatypeAttr>();

Completed in 227 milliseconds