Searched defs:GlobalDecl (Results 1 – 4 of 4) 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 CapturedDecl *D) { Init(D); } in GlobalDecl() function45 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() function49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl() function
24 __declspec(dllimport) int GlobalDecl; variable
38 class GlobalDecl; variable
37 __declspec(dllimport) int GlobalDecl; variable