Searched refs:AnyFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h48 class AnyFunctionDecl { class in namespace:clang
51 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { } function in class:clang::AnyFunctionDecl
54 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { } function in class:clang::AnyFunctionDecl
55 AnyFunctionDecl(FunctionTemplateDecl *FTD);
64 static AnyFunctionDecl getFromNamedDecl(NamedDecl *ND) {
65 return AnyFunctionDecl(ND);
72 /// Implement simplify_type for AnyFunctionDecl, so that we can dyn_cast from
73 /// AnyFunctionDecl to any function or function template declaration.
74 template<> struct simplify_type<const ::clang::AnyFunctionDecl> {
76 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl
[all...]
H A DDeclTemplate.h2221 inline AnyFunctionDecl::AnyFunctionDecl(FunctionTemplateDecl *FTD) function in class:clang::TemplateParameterList::AnyFunctionDecl

Completed in 23 milliseconds