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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2275   DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,

References

tools/clang/lib/Parse/ParseDecl.cpp
 2121     return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl);
 2191   return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2933   return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
tools/clang/lib/Parse/ParseStmt.cpp
 1055         Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
tools/clang/lib/Sema/SemaDecl.cpp
12335   return ActOnDeclStmt(FinalizeDeclaratorGroup(S, DS, Var), IdentLoc,