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

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp123 ImplicitParamDecl *ThisDecl local
127 params.push_back(ThisDecl);
128 getThisDecl(CGF) = ThisDecl;
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1443 Decl *ThisDecl) {
1454 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl);
1870 Decl *ThisDecl = 0; local
1873 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
1876 ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
1882 Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs, local
1888 LateParsedAttrs[i]->setDecl(ThisDecl);
1908 ThisDecl->setInvalidDecl();
1910 ParseCXXNonStaticMemberInitializer(ThisDecl);
1919 else if (ThisDecl)
1442 HandleMemberFunctionDefaultArgs(Declarator& DeclaratorInfo, Decl *ThisDecl) argument
[all...]
H A DParseDecl.cpp1033 Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D); local
1034 Actions.ActOnCXXForRangeDecl(ThisDecl);
1035 Actions.FinalizeDeclaration(ThisDecl);
1036 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, &ThisDecl, 1);
1065 Decl *ThisDecl = ParseDeclarationAfterDeclarator(D); local
1066 D.complete(ThisDecl);
1067 if (ThisDecl)
1068 DeclsInGroup.push_back(ThisDecl);
1147 Decl *ThisDecl = 0; local
1150 ThisDecl
1200 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1204 Actions.CodeCompleteInitializer(getCurScope(), ThisDecl); local
1212 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1233 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1240 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1251 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
1266 Actions.ActOnCXXEnterDeclInitializer(getCurScope(), ThisDecl); local
1272 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); local
[all...]
H A DParseTemplate.cpp246 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo, local
253 return ThisDecl;
258 DeclaratorInfo.complete(ThisDecl);
259 return ThisDecl;
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1250 T *ThisDecl = static_cast<T*>(D); local
1254 if (ThisDecl != First && First->getMostRecentDeclaration() == ThisDecl &&
1255 First->isFromASTFile() && !ThisDecl->isFromASTFile()) {
1258 Writer.FirstLatestDecls[First] = ThisDecl;
/external/clang/include/clang/Parse/
H A DParser.h1971 Decl *ThisDecl);
/external/clang/lib/Sema/
H A DSemaDecl.cpp6506 Sema::FinalizeDeclaration(Decl *ThisDecl) { argument
6508 ParsingInitForAutoVars.erase(ThisDecl);

Completed in 168 milliseconds