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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h439 class SimpleCall : public AnyFunctionCall { class in namespace:clang::ento
441 SimpleCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::SimpleCall
444 SimpleCall(const SimpleCall &Other) : AnyFunctionCall(Other) {} function in class:clang::ento::SimpleCall
468 class FunctionCall : public SimpleCall {
474 : SimpleCall(CE, St, LCtx) {}
476 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {}
490 class BlockCall : public SimpleCall {
496 : SimpleCall(CE, St, LCtx) {}
498 BlockCall(const BlockCall &Other) : SimpleCall(Othe
[all...]

Completed in 324 milliseconds