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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h28 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 CapturedDecl *D) { Init(D); } function in class:clang::GlobalDecl
45 GlobalDecl(cons function in class:clang::GlobalDecl
47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) function in class:clang::GlobalDecl
49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) function in class:clang::GlobalDecl
[all...]

Completed in 39 milliseconds