Home
last modified time | relevance | path

Searched defs:GlobalDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DGlobalDecl.h39 GlobalDecl() {} in GlobalDecl() function
41 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function
42 GlobalDecl(const FunctionDecl *D) { Init(D); } in GlobalDecl() function
43 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl() function
44 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl() function
46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() function
48 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl() function
/external/clang/lib/CodeGen/
DCGDebugInfo.h36 class GlobalDecl; variable