Searched defs:GlobalDecl (Results 1 – 6 of 6) sorted by relevance
40 GlobalDecl() {} in GlobalDecl() function42 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function43 GlobalDecl(const FunctionDecl *D) { Init(D); } in GlobalDecl() function44 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function45 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl() function46 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function47 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl() function49 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() function51 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl() function
30 class GlobalDecl; variable
24 __declspec(dllimport) int GlobalDecl; variable
37 class GlobalDecl; variable
39 class GlobalDecl; variable
37 __declspec(dllimport) int GlobalDecl; variable