Searched defs:ThisDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp126 ImplicitParamDecl *ThisDecl local
130 params.push_back(ThisDecl);
131 getThisDecl(CGF) = ThisDecl;
/external/clang/lib/Parse/
H A DParseTemplate.cpp251 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, local
258 return ThisDecl;
264 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false);
265 DeclaratorInfo.complete(ThisDecl);
266 return ThisDecl;
H A DParseDecl.cpp1256 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); local
1257 Actions.ActOnCXXForRangeDecl(ThisDecl);
1258 Actions.FinalizeDeclaration(ThisDecl);
1259 D.complete(ThisDecl);
1260 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, &ThisDecl, 1);
1303 Decl *ThisDecl = ParseDeclarationAfterDeclarator(D); local
1304 D.complete(ThisDecl);
1305 if (ThisDecl)
1306 DeclsInGroup.push_back(ThisDecl);
1386 Decl *ThisDecl local
1439 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1443 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); local
1451 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1472 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1479 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1490 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1506 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1512 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
[all...]
H A DParseDeclCXX.cpp1542 Decl *ThisDecl) {
1554 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
1571 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
2001 Decl *ThisDecl = 0; local
2004 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
2007 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
2013 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs, local
2019 CommonLateParsedAttrs[i]->addDecl(ThisDecl);
2022 LateParsedAttrs[i]->addDecl(ThisDecl);
2041 if (ThisDecl)
1541 HandleMemberFunctionDeclDelays(Declarator& DeclaratorInfo, Decl *ThisDecl) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp6844 Sema::FinalizeDeclaration(Decl *ThisDecl) { argument
6846 ParsingInitForAutoVars.erase(ThisDecl);

Completed in 138 milliseconds