Searched defs:GlobalDecl (Results 1 – 2 of 2) sorted by relevance
39 GlobalDecl() {} in GlobalDecl() function41 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function42 GlobalDecl(const FunctionDecl *D) { Init(D); } in GlobalDecl() function43 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function44 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() function48 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl() function
36 class GlobalDecl; variable