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

  /external/clang/lib/AST/
DeclBase.cpp 162 FunctionDecl *Decl::getAsFunction() {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 852 FunctionDecl *getAsFunction() LLVM_READONLY;
854 const FunctionDecl *getAsFunction() const {
855 return const_cast<Decl *>(this)->getAsFunction();
    [all...]

Completed in 186 milliseconds