HomeSort by: relevance | last modified time | path
    Searched defs:getAsFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 218 FunctionDecl *Decl::getAsFunction() {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1062 FunctionDecl *getAsFunction() LLVM_READONLY;
1064 const FunctionDecl *getAsFunction() const {
1065 return const_cast<Decl *>(this)->getAsFunction();

Completed in 22 milliseconds