Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h504 class ImplicitCallPoint : public ProgramPoint {
506 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, in ImplicitCallPoint() function
516 ImplicitCallPoint() {} in ImplicitCallPoint() function
528 class PreImplicitCall : public ImplicitCallPoint {
532 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function
545 class PostImplicitCall : public ImplicitCallPoint {
549 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp2494 ImplicitCallPoint PC = Loc.castAs<ImplicitCallPoint>(); in getNodeLabel()
2504 ImplicitCallPoint PC = Loc.castAs<ImplicitCallPoint>(); in getNodeLabel()