Searched refs:CE_Block (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h45 CE_Block, enumerator in enum:clang::ento::CallEventKind
513 Kind getKind() const override { return CE_Block; }
516 return CA->getKind() == CE_Block;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp424 if (Call.getKind() == CE_Block) {
597 case CE_Block:
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp125 case CE_Block:
H A DRetainCountChecker.cpp975 case CE_Block:

Completed in 1075 milliseconds