Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h390 bool hasNoexceptRequirement() const { return NoexceptLoc.isValid(); } in hasNoexceptRequirement() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp226 attributeOnlyIfTrue("noexcept", ER->hasNoexceptRequirement()); in Visit()
H A DTextNodeDumper.cpp586 if (ER->hasNoexceptRequirement()) in Visit()
H A DItaniumMangle.cpp4878 if (ER->hasNoexceptRequirement()) in mangleRequirement()