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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h35 CE_Function, enumerator in enum:clang::ento::CallEventKind
37 CE_BEG_SIMPLE_CALLS = CE_Function,
46 CE_BEG_FUNCTION_CALLS = CE_Function,
480 virtual Kind getKind() const { return CE_Function; }
483 return CA->getKind() == CE_Function;

Completed in 81 milliseconds