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

/external/clang/lib/AST/
H A DDeclBase.cpp187 FunctionDecl *Decl::getAsFunction() { function in class:Decl
/external/clang/include/clang/AST/
H A DDeclBase.h895 FunctionDecl *getAsFunction() LLVM_READONLY;
897 const FunctionDecl *getAsFunction() const { function in class:clang::Decl
898 return const_cast<Decl *>(this)->getAsFunction();

Completed in 98 milliseconds