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

/external/clang/include/clang/AST/
H A DGlobalDecl.h1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
24 /// GlobalDecl - represents a global declaration. This can either be a
28 class GlobalDecl { class in namespace:clang
39 GlobalDecl() {} function in class:clang::GlobalDecl
41 GlobalDecl(const VarDecl *D) { Init(D);} function in class:clang::GlobalDecl
42 GlobalDecl(const FunctionDecl *D) { Init(D); } function in class:clang::GlobalDecl
43 GlobalDecl(const BlockDecl *D) { Init(D); } function in class:clang::GlobalDecl
44 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } function in class:clang::GlobalDecl
46 GlobalDecl(cons function in class:clang::GlobalDecl
48 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) function in class:clang::GlobalDecl
[all...]

Completed in 55 milliseconds