OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExceptionDecl
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h
49
VarDecl *
getExceptionDecl
() const { return ExceptionDecl; }
ASTNodeTraverser.h
658
Visit(Node->
getExceptionDecl
());
RecursiveASTVisitor.h
2229
TRY_TO(TraverseDecl(S->
getExceptionDecl
()));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
4463
if (!H->
getExceptionDecl
()) {
4467
} else if (H->
getExceptionDecl
()->isInvalidDecl())
4494
Diag(H->
getExceptionDecl
()->getTypeSpecStartLoc(),
4497
Diag(Problem->
getExceptionDecl
()->getTypeSpecStartLoc(),
4509
Diag(H->
getExceptionDecl
()->getTypeSpecStartLoc(),
4512
Diag(Problem->
getExceptionDecl
()->getTypeSpecStartLoc(),
SemaExceptionSpec.cpp
1550
if (!FinalHandler->
getExceptionDecl
())
TreeTransform.h
8095
if (VarDecl *ExceptionDecl = S->
getExceptionDecl
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
957
const VarDecl *VD = CS->
getExceptionDecl
();
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
4308
if (CS->
getExceptionDecl
() == nullptr) {
4348
if (VarDecl *VD = CS->
getExceptionDecl
()) {
5174
cast<CXXCatchStmt>(stmt)->
getExceptionDecl
();
5661
if (CS->
getExceptionDecl
())
5662
CS->
getExceptionDecl
()->print(OS, PrintingPolicy(Helper.getLangOpts()),
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
565
if (Decl *ExDecl = Node->
getExceptionDecl
())
ASTImporter.cpp
6362
auto ToExceptionDecl = importChecked(Err, S->
getExceptionDecl
());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
619
if (C->
getExceptionDecl
()) {
ItaniumCXXABI.cpp
4631
VarDecl *CatchParam = S->
getExceptionDecl
();
MicrosoftCXXABI.cpp
895
VarDecl *CatchParam = S->
getExceptionDecl
();
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
4418
return Node.
getExceptionDecl
() == nullptr;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1519
Record.AddDeclRef(S->
getExceptionDecl
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2676
AddDecl(S->
getExceptionDecl
());
Completed in 89 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026