OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNondiscardedCase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
EvaluatedExprVisitor.h
111
if (auto SubStmt = If->
getNondiscardedCase
(Context)) {
Stmt.h
2085
Optional<const Stmt*>
getNondiscardedCase
(const ASTContext &Ctx) const;
2086
Optional<Stmt *>
getNondiscardedCase
(const ASTContext &Ctx);
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
992
Optional<Stmt *> IfStmt::
getNondiscardedCase
(const ASTContext &Ctx) {
999
IfStmt::
getNondiscardedCase
(const ASTContext &Ctx) const {
1001
const_cast<IfStmt *>(this)->
getNondiscardedCase
(Ctx))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
1531
if (Optional<const Stmt *> Case = IS->
getNondiscardedCase
(Context))
Completed in 22 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026