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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp50 BuildSinks = getFunctionExtInfo(Callee->getType()).getNoReturn();
/external/clang/include/clang/AST/
H A DType.h5387 inline FunctionType::ExtInfo getFunctionExtInfo(const Type &t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
5397 inline FunctionType::ExtInfo getFunctionExtInfo(QualType t) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
5398 return getFunctionExtInfo(*t);
/external/clang/lib/Analysis/
H A DCFG.cpp1850 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
/external/clang/lib/AST/
H A DASTContext.cpp7979 EPI.ExtInfo = getFunctionExtInfo(LHS);

Completed in 460 milliseconds