Home
last modified time | relevance | path

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

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