OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Apr 25 00:22:52 UTC 2026