HomeSort by relevance Sort by last modified time
    Searched refs:AnyFunctionDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclCXX.h 48 class AnyFunctionDecl {
51 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
54 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
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 &Val)
    [all...]
DeclTemplate.h     [all...]

Completed in 116 milliseconds