Searched refs:ObjCNoReturn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/DomainSpecific/
H A DObjCNoReturn.h1 //= ObjCNoReturn.h - Handling of Cocoa APIs known not to return --*- C++ -*---//
25 class ObjCNoReturn { class in namespace:clang
38 ObjCNoReturn(ASTContext &C);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DObjCNoReturn.cpp1 //= ObjCNoReturn.cpp - Handling of Cocoa APIs known not to return --*- C++ -*---
17 #include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"
29 ObjCNoReturn::ObjCNoReturn(ASTContext &C) function in class:ObjCNoReturn
49 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) {
H A DUninitializedValues.cpp22 #include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"
438 ObjCNoReturn objCNoRet;
/freebsd-10-stable/lib/clang/libclanganalysis/
H A DMakefile19 ObjCNoReturn.cpp \
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h21 #include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"
83 ObjCNoReturn ObjCNoRet;

Completed in 87 milliseconds