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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp48 BuildSinks = getFunctionExtInfo(Callee->getType()).getNoReturn();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4755 inline FunctionType::ExtInfo getFunctionExtInfo(const Type &t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
4765 inline FunctionType::ExtInfo getFunctionExtInfo(QualType t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
4766 return getFunctionExtInfo(*t);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1464 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7433 EPI.ExtInfo = getFunctionExtInfo(LHS);

Completed in 106 milliseconds