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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h428 class SimpleFunctionCall : public AnyFunctionCall { class in namespace:clang::ento
432 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::SimpleFunctionCall
435 SimpleFunctionCall(const SimpleFunctionCall &Other) function in class:clang::ento::SimpleFunctionCall
438 new (Dest) SimpleFunctionCall(*this); variable
902 typedef SimpleFunctionCall CallEventTemplateTy;

Completed in 47 milliseconds