OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamDecl
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
77
const ParmVarDecl *
ParamDecl
) const;
94
const ParmVarDecl *
ParamDecl
, const char *BD) const;
144
const ParmVarDecl *
ParamDecl
,
150
if(!
ParamDecl
)
158
if (
ParamDecl
->getType()->isPointerType()) {
160
} else if (
ParamDecl
->getType()->isReferenceType()) {
165
if(!
ParamDecl
->getType()->getPointeeType().isConstQualified())
195
const ParmVarDecl *
ParamDecl
199
if (uninitRefOrPointer(C, V, ArgRange, ArgEx, BT,
ParamDecl
, BD))
429
const ParmVarDecl *
ParamDecl
= nullptr
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
[
all
...]
CallEvent.cpp
326
const ParmVarDecl *
ParamDecl
= *I;
327
assert(
ParamDecl
&& "Formal parameter has no decl?");
331
Loc ParamLoc = SVB.makeLoc(MRMgr.getVarRegion(
ParamDecl
, CalleeCtx));
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
349
ParmVarDecl *
ParamDecl
= Method->parameters()[0];
351
ParamDecl
);
717
ParmVarDecl *
ParamDecl
= BoxingMethod->parameters()[0];
719
ParamDecl
);
[
all
...]
SemaTemplateDeduction.cpp
380
TemplateDecl *
ParamDecl
= Param.getAsTemplateDecl();
381
if (!
ParamDecl
) {
388
= dyn_cast<TemplateTemplateParmDecl>(
ParamDecl
)) {
[
all
...]
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
Completed in 460 milliseconds