Home
last modified time | relevance | path

Searched refs:ContextParam (Results 26 – 50 of 80) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDecl.h4240 unsigned ContextParam; variable
4292 assert(ContextParam < NumParams); in getContextParam()
4293 return getParam(ContextParam); in getContextParam()
4297 ContextParam = i; in setContextParam()
4300 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDecl.h4346 unsigned ContextParam; variable
4398 assert(ContextParam < NumParams); in getContextParam()
4399 return getParam(ContextParam); in getContextParam()
4403 ContextParam = i; in setContextParam()
4406 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h4303 unsigned ContextParam; variable
4355 assert(ContextParam < NumParams); in getContextParam()
4356 return getParam(ContextParam); in getContextParam()
4360 ContextParam = i; in setContextParam()
4363 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDecl.h4346 unsigned ContextParam; variable
4398 assert(ContextParam < NumParams); in getContextParam()
4399 return getParam(ContextParam); in getContextParam()
4403 ContextParam = i; in setContextParam()
4406 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h4058 unsigned ContextParam; variable
4110 assert(ContextParam < NumParams); in getContextParam()
4111 return getParam(ContextParam); in getContextParam()
4115 ContextParam = i; in setContextParam()
4118 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h4058 unsigned ContextParam; variable
4110 assert(ContextParam < NumParams); in getContextParam()
4111 return getParam(ContextParam); in getContextParam()
4115 ContextParam = i; in setContextParam()
4118 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDecl.h4346 unsigned ContextParam; variable
4398 assert(ContextParam < NumParams); in getContextParam()
4399 return getParam(ContextParam); in getContextParam()
4403 ContextParam = i; in setContextParam()
4406 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DItaniumMangle.cpp51 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
53 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
58 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
60 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DItaniumMangle.cpp50 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
52 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
57 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
59 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp51 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
53 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
58 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
60 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DItaniumMangle.cpp51 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
53 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
58 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
60 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DItaniumMangle.cpp57 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
59 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
64 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
66 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp96 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
98 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
H A DMicrosoftMangle.cpp96 if (ParmVarDecl *ContextParam = in getEffectiveDeclContext() local
98 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp53 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
55 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
60 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
62 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DItaniumMangle.cpp54 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
56 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
61 if (ParmVarDecl *ContextParam in getEffectiveDeclContext() local
63 return ContextParam->getDeclContext(); in getEffectiveDeclContext()

1234