OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getParamDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
381
ParmVarDecl *
getParamDecl
(unsigned Idx) {
385
const ParmVarDecl *
getParamDecl
(unsigned Idx) const {
386
return const_cast<ObjCMethodDecl *>(this)->
getParamDecl
(Idx);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
478
const ParmVarDecl *
getParamDecl
(unsigned I) const {
480
return FD->
getParamDecl
(I);
Completed in 42 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026