reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 2806       ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo,
 2809       ThisDecl = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS,
 2816               ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr)
 2816               ThisDecl ? dyn_cast<VarTemplateDecl>(ThisDecl) : nullptr)
 2819         ThisDecl = VT->getTemplatedDecl();
 2821       if (ThisDecl)
 2822         Actions.ProcessDeclAttributeList(getCurScope(), ThisDecl, AccessAttrs);
 2834     if (ThisDecl && PureSpecLoc.isValid())
 2835       Actions.ActOnPureSpecifier(ThisDecl, PureSpecLoc);
 2854         if (ThisDecl)
 2855           ThisDecl->setInvalidDecl();
 2857         ParseCXXNonStaticMemberInitializer(ThisDecl);
 2861           ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
 2865       else if (ThisDecl)
 2866         Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid());
 2867     } else if (ThisDecl && DS.getStorageClassSpec() == DeclSpec::SCS_static)
 2869       Actions.ActOnUninitializedDecl(ThisDecl);
 2871     if (ThisDecl) {
 2872       if (!ThisDecl->isInvalidDecl()) {
 2875           CommonLateParsedAttrs[i]->addDecl(ThisDecl);
 2878           LateParsedAttrs[i]->addDecl(ThisDecl);
 2880       Actions.FinalizeDeclaration(ThisDecl);
 2881       DeclsInGroup.push_back(ThisDecl);
 2886         HandleMemberFunctionDeclDelays(DeclaratorInfo, ThisDecl);
 2890     DeclaratorInfo.complete(ThisDecl);