Home
last modified time | relevance | path

Searched refs:hasNoexceptRequirement (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h389 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement() function
/src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp227 attributeOnlyIfTrue("noexcept", ER->hasNoexceptRequirement()); in Visit()
H A DTextNodeDumper.cpp531 if (ER->hasNoexceptRequirement()) in Visit()
H A DItaniumMangle.cpp4598 if (ER->hasNoexceptRequirement()) in mangleRequirement()