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

/external/clang/include/clang/AST/
H A DType.h2601 bool getNoReturn() const { return Bits & NoReturnMask; } function in class:clang::FunctionType::ExtInfo
2677 bool getNoReturnAttr() const { return getExtInfo().getNoReturn(); }

Completed in 89 milliseconds