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 49 class AnyFunctionDecl {
52 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { }
55 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { }
56 AnyFunctionDecl(FunctionTemplateDecl *FTD);
65 static AnyFunctionDecl getFromNamedDecl(NamedDecl *ND) {
66 return AnyFunctionDecl(ND);
75 class PointerLikeTypeTraits< ::clang::AnyFunctionDecl> {
77 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) {
80 static inline ::clang::AnyFunctionDecl getFromVoidPointer(void *P) {
81 return ::clang::AnyFunctionDecl::getFromNamedDecl
    [all...]
DeclTemplate.h     [all...]

Completed in 39 milliseconds