Home
last modified time | relevance | path

Searched refs:flag_isNested (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDecl.h4162 flag_isNested = 0x2 enumerator
4176 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4196 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h4109 flag_isNested = 0x2 enumerator
4123 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4143 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h4073 flag_isNested = 0x2 enumerator
4087 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4107 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDecl.h4085 flag_isNested = 0x2 enumerator
4099 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4119 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h4046 flag_isNested = 0x2 enumerator
4060 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4080 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h4152 flag_isNested = 0x2 enumerator
4166 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4186 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h4152 flag_isNested = 0x2 enumerator
4166 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4186 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h3924 flag_isNested = 0x2 enumerator
3938 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
3958 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDecl.h4103 flag_isNested = 0x2 enumerator
4117 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4137 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDecl.h4046 flag_isNested = 0x2 enumerator
4060 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4080 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDecl.h4152 flag_isNested = 0x2 enumerator
4166 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4186 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h4109 flag_isNested = 0x2 enumerator
4123 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4143 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h4152 flag_isNested = 0x2 enumerator
4166 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4186 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h3867 flag_isNested = 0x2 enumerator
3881 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
3901 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h3874 flag_isNested = 0x2 enumerator
3888 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
3900 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDecl.h4152 flag_isNested = 0x2 enumerator
4166 (byRef ? flag_isByRef : 0) | (nested ? flag_isNested : 0)), in Capture()
4186 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested()