Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1095 const FunctionDecl *getAsFunction() const { in getAsFunction() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp218 FunctionDecl *Decl::getAsFunction() { in getAsFunction() function in Decl