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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h282 // FIXME: Move this down to AnyFunctionCall once checkers have more
291 // FIXME: Move this down to AnyFunctionCall once checkers have more
380 class AnyFunctionCall : public CallEvent { class in namespace:clang::ento
382 AnyFunctionCall(const Expr *E, ProgramStateRef St, function in class:clang::ento::AnyFunctionCall
385 AnyFunctionCall(const Decl *D, ProgramStateRef St, function in class:clang::ento::AnyFunctionCall
388 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {} function in class:clang::ento::AnyFunctionCall
428 class SimpleFunctionCall : public AnyFunctionCall {
434 : AnyFunctionCall(CE, St, LCtx) {}
436 : AnyFunctionCall(Othe
[all...]

Completed in 80 milliseconds