OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
114
const ParmVarDecl *
ParamDecl
) const;
131
const ParmVarDecl *
ParamDecl
, const char *BD,
189
std::unique_ptr<BugType> &BT, const ParmVarDecl *
ParamDecl
, const char *BD,
198
if(!
ParamDecl
)
207
if (
ParamDecl
->getType()->isPointerType()) {
210
} else if (
ParamDecl
->getType()->isReferenceType()) {
216
if(!
ParamDecl
->getType()->getPointeeType().isConstQualified())
287
const ParmVarDecl *
ParamDecl
291
if (uninitRefOrPointer(C, V, ArgRange, ArgEx, BT,
ParamDecl
, BD,
530
const ParmVarDecl *
ParamDecl
= nullptr
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
351
ParmVarDecl *
ParamDecl
= Method->parameters()[0];
353
ParamDecl
);
744
ParmVarDecl *
ParamDecl
= BoxingMethod->parameters()[0];
746
ParamDecl
);
SemaTemplateDeduction.cpp
505
TemplateDecl *
ParamDecl
= Param.getAsTemplateDecl();
506
if (!
ParamDecl
) {
513
= dyn_cast<TemplateTemplateParmDecl>(
ParamDecl
)) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
1762
const ParmVarDecl *
ParamDecl
= (*i);
1763
if (
ParamDecl
->hasAttr<NSConsumedAttr>()) {
1769
QualType QT =
ParamDecl
->getType();
2265
for (const auto *
ParamDecl
: Method->parameters()) {
2266
if (
ParamDecl
->isDestroyedInCallee()) {
7376
for (const auto *
ParamDecl
: method->parameters()) {
7377
if (
ParamDecl
->isDestroyedInCallee()) {
Completed in 29 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026