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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h464 class FunctionCall : public SimpleCall { class in namespace:clang::ento
468 FunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::FunctionCall
472 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {} function in class:clang::ento::FunctionCall

Completed in 80 milliseconds