OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionDecl
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
124
const CXXMethodDecl *
getFunctionDecl
() const {
157
auto *DtorDecl = dyn_cast<CXXDestructorDecl>(
getFunctionDecl
());
160
return GlobalDecl(
getFunctionDecl
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp
1305
Comps[I].
getFunctionDecl
()->getType(),
ItaniumCXXABI.cpp
427
const CXXMethodDecl *Method = VtableComponent.
getFunctionDecl
();
454
const CXXMethodDecl *Method = VtableComponent.
getFunctionDecl
();
CGDecl.cpp
2052
const FunctionDecl *FD = CA->
getFunctionDecl
();
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
1169
MD = Component.
getFunctionDecl
();
1949
const CXXMethodDecl *MD = Component.
getFunctionDecl
();
3169
const CXXMethodDecl *MD = Component.
getFunctionDecl
();
Completed in 61 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026