Home
last modified time | relevance | path

Searched refs:EnclosingDecl (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h139 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
142 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h138 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
141 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DMangle.h142 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
145 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h138 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
141 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h138 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
141 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DMangle.h139 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
142 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DMangle.h138 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
141 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DMangle.h142 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
145 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h136 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
139 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DMangle.h136 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
139 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
192 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3323 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3330 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3331 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3335 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3342 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3343 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
192 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3334 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3341 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3342 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3346 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3353 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3354 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp192 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
194 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3293 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3300 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3301 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3305 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3312 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3313 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp192 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
194 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3284 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3291 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3292 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3296 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3303 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3304 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp192 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
194 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3293 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3300 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3301 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3305 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3312 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3313 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp191 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
193 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3240 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3247 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3248 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3252 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3259 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3260 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp191 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
193 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3114 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3121 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3122 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3126 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3133 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3134 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
192 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3639 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3646 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3647 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3651 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3658 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3659 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
192 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3572 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFilterExpression() argument
3579 Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@"; in mangleSEHFilterExpression()
3580 Mangler.mangleName(EnclosingDecl); in mangleSEHFilterExpression()
3584 const NamedDecl *EnclosingDecl, raw_ostream &Out) { in mangleSEHFinallyBlock() argument
3591 Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@"; in mangleSEHFinallyBlock()
3592 Mangler.mangleName(EnclosingDecl); in mangleSEHFinallyBlock()

123