Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprConcepts.h372 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp209 attributeOnlyIfTrue("noexcept", ER->hasNoexceptRequirement()); in Visit()
H A DTextNodeDumper.cpp389 if (ER->hasNoexceptRequirement()) in Visit()