OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalleeDecl
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h
49
GlobalDecl
CalleeDecl
;
52
explicit CGCalleeInfo() : CalleeProtoTy(nullptr),
CalleeDecl
() {}
53
CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl
calleeDecl
)
54
: CalleeProtoTy(calleeProtoTy),
CalleeDecl
(
calleeDecl
) {}
56
: CalleeProtoTy(calleeProtoTy),
CalleeDecl
() {}
57
CGCalleeInfo(GlobalDecl
calleeDecl
)
58
: CalleeProtoTy(nullptr),
CalleeDecl
(
calleeDecl
) {}
63
const GlobalDecl getCalleeDecl() const { return
CalleeDecl
; }
[
all
...]
CGExprCXX.cpp
320
const CXXMethodDecl *
CalleeDecl
=
323
if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(
CalleeDecl
))
327
FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(
CalleeDecl
);
350
C.getRecordType(
CalleeDecl
->getParent()),
361
if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(
CalleeDecl
)) {
391
// '
CalleeDecl
' instead.
402
*this, This.getAddress(*this),
CalleeDecl
->getParent());
421
*this,
CalleeDecl
, This.getAddress(*this), UseVirtualCall);
426
CalleeDecl
, Callee, ReturnValue, This.getPointer(*this),
1307
const FunctionDecl *
CalleeDecl
,
[
all
...]
CodeGenFunction.h
463
const Decl *
CalleeDecl
;
466
AbstractCallee() :
CalleeDecl
(nullptr) {}
467
AbstractCallee(const FunctionDecl *FD) :
CalleeDecl
(FD) {}
468
AbstractCallee(const ObjCMethodDecl *OMD) :
CalleeDecl
(OMD) {}
470
return dyn_cast_or_null<FunctionDecl>(
CalleeDecl
);
472
const Decl *getDecl() const { return
CalleeDecl
; }
474
if (const auto *FD = dyn_cast<FunctionDecl>(
CalleeDecl
))
476
return cast<ObjCMethodDecl>(
CalleeDecl
)->param_size();
479
if (const auto *FD = dyn_cast<FunctionDecl>(
CalleeDecl
))
481
return *(cast<ObjCMethodDecl>(
CalleeDecl
)->param_begin() + I)
[
all
...]
CGDebugInfo.cpp
4044
const FunctionDecl *
CalleeDecl
) {
4058
if (
CalleeDecl
->getBuiltinID() != 0 ||
CalleeDecl
->hasAttr<NoDebugAttr>() ||
4061
if (
CalleeDecl
->isReserved(CGM.getLangOpts()) !=
4068
if (!
CalleeDecl
->isStatic() && !
CalleeDecl
->isInlined())
4069
EmitFunctionDecl(
CalleeDecl
,
CalleeDecl
->getLocation(), CalleeType, Func);
CGDebugInfo.h
442
const FunctionDecl *
CalleeDecl
);
CGExpr.cpp
5309
if (auto *
CalleeDecl
= dyn_cast_or_null<FunctionDecl>(TargetDecl))
5311
CalleeDecl
);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp
56
if (FunctionDecl *
CalleeDecl
= CE->getDirectCallee())
57
return
CalleeDecl
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
947
const Function *
CalleeDecl
= nullptr;
953
CalleeDecl
= dyn_cast<Function>(CalleeOp.getGlobal());
954
if (!
CalleeDecl
|| !
CalleeDecl
->getSubprogram())
956
const DISubprogram *CalleeSP =
CalleeDecl
->getSubprogram();
998
<< (
CalleeDecl
?
CalleeDecl
->getName()
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
6548
CXXConstructorDecl *
CalleeDecl
= Constructor;
6551
CalleeDecl
= S.findInheritingConstructor(Loc, Constructor, Shadow);
6552
if (S.DiagnoseUseOfDecl(
CalleeDecl
, Loc))
6555
S.MarkFunctionReferenced(Loc,
CalleeDecl
);
6559
S.Context,
CalleeDecl
,
6564
CalleeDecl
);
Completed in 40 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026