Searched defs:SimpleFunctionCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h496 class SimpleFunctionCall : public AnyFunctionCall { class in namespace:clang::ento
500 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::SimpleFunctionCall
506 new (Dest) SimpleFunctionCall(*this); variable

Completed in 179 milliseconds