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);
74 class PointerLikeTypeTraits< ::clang::AnyFunctionDecl> {
76 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) {
79 static inline ::clang::AnyFunctionDecl getFromVoidPointer(void *P) {
80 return ::clang::AnyFunctionDecl::getFromNamedDecl
    [all...]
DeclTemplate.h     [all...]

Completed in 85 milliseconds