OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callEnter
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp
212
IntrusiveRefCntPtr<PathDiagnosticEventPiece>
callEnter
=
215
if (
callEnter
)
216
ReportPiece(o, *
callEnter
, FM, SM, LangOpts, indent, depth, true,
PathDiagnostic.cpp
75
IntrusiveRefCntPtr<PathDiagnosticEventPiece>
CallEnter
=
77
if (
CallEnter
)
78
Current.push_back(
CallEnter
);
128
SourceLocation CallLoc = CP->
callEnter
.asLocation();
305
FullSourceLoc X_CEL = X.
callEnter
.asLocation();
306
FullSourceLoc Y_CEL = Y.
callEnter
.asLocation();
678
} else if (Optional<
CallEnter
> CE = P.getAs<
CallEnter
>()) {
699
if (Optional<
CallEnter
> CE = P.getAs<
CallEnter
>())
[
all
...]
BugReporter.cpp
230
if (CallerIsImplicit || !Call->
callEnter
.asLocation().isValid())
231
Call->
callEnter
= *LastCallLocation;
243
ThisCallLocation = &Call->
callEnter
;
591
if (Optional<
CallEnter
> CE = P.getAs<
CallEnter
>()) {
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
569
PathDiagnosticLocation
callEnter
;
579
void setCallee(const
CallEnter
&CE, const SourceManager &SM);
587
return
callEnter
;
596
callEnter
.flatten();
Completed in 234 milliseconds