Searched refs:ImplicitCallPoint (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DProgramPoint.h504 class ImplicitCallPoint : public ProgramPoint { class in namespace:clang
506 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, function in class:clang::ImplicitCallPoint
516 ImplicitCallPoint() {} function in class:clang::ImplicitCallPoint
528 class PreImplicitCall : public ImplicitCallPoint {
532 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {}
545 class PostImplicitCall : public ImplicitCallPoint {
549 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {}
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2377 ImplicitCallPoint PC = Loc.castAs<ImplicitCallPoint>();
2387 ImplicitCallPoint PC = Loc.castAs<ImplicitCallPoint>();

Completed in 119 milliseconds