OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NoexceptLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h
332
SourceLocation
NoexceptLoc
; // May be empty if noexcept wasn't specified.
343
/// \param
NoexceptLoc
the location of the noexcept keyword, if it was
348
Expr *E, bool IsSimple, SourceLocation
NoexceptLoc
,
357
/// \param
NoexceptLoc
the location of the noexcept keyword, if it was
362
SourceLocation
NoexceptLoc
, ReturnTypeRequirement Req = {});
367
bool hasNoexceptRequirement() const { return
NoexceptLoc
.isValid(); }
368
SourceLocation getNoexceptLoc() const { return
NoexceptLoc
; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
870
SourceLocation
NoexceptLoc
;
874
NoexceptLoc
= Record.readSourceLocation();
897
Ex, RK == concepts::Requirement::RK_Simple,
NoexceptLoc
,
902
RK == concepts::Requirement::RK_Simple,
NoexceptLoc
,
Completed in 19 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026