Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1141 const FunctionDecl *getAsFunction() const { in getAsFunction() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp227 FunctionDecl *Decl::getAsFunction() { in getAsFunction() function in Decl