Home
last modified time | relevance | path

Searched refs:SimpleDeclaration (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
H A DSynthesis.cpp146 case syntax::NodeKind::SimpleDeclaration: in allocateTree()
147 return new (A.getAllocator()) syntax::SimpleDeclaration; in allocateTree()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
357 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h66 SimpleDeclaration, enumerator
372 class SimpleDeclaration final : public Declaration {
374 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
376 return N->kind() == NodeKind::SimpleDeclaration; in classof()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DNodes.h66 SimpleDeclaration, enumerator
372 class SimpleDeclaration final : public Declaration {
374 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
376 return N->kind() == NodeKind::SimpleDeclaration; in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/Syntax/
H A DNodes.cpp153 std::vector<syntax::SimpleDeclaration *>
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations()
158 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(ParameterAsNode)); in getParameterDeclarations()
163 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>>
166 std::vector<syntax::List::ElementAndDelimiter<syntax::SimpleDeclaration>> in getParametersAndCommas()
170 {llvm::cast<syntax::SimpleDeclaration>(ParameterAsNodeAndComma.element), in getParametersAndCommas()
430 syntax::SimpleDeclaration::getDeclarators() { in getDeclarators()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Tooling/Syntax/
H A DNodes.h410 class SimpleDeclaration final : public Declaration {
412 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
549 std::vector<SimpleDeclaration *> getParameterDeclarations();
550 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DNodes.h81 SimpleDeclaration, enumerator
693 class SimpleDeclaration final : public Declaration {
695 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
697 return N->kind() == NodeKind::SimpleDeclaration; in classof()
870 std::vector<syntax::SimpleDeclaration *> parameters();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/Syntax/
H A DNodes.h81 SimpleDeclaration, enumerator
693 class SimpleDeclaration final : public Declaration {
695 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
697 return N->kind() == NodeKind::SimpleDeclaration; in classof()
870 std::vector<syntax::SimpleDeclaration *> parameters();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h584 class SimpleDeclaration final : public Declaration {
586 SimpleDeclaration() : Declaration(NodeKind::SimpleDeclaration) {} in SimpleDeclaration() function
723 std::vector<SimpleDeclaration *> getParameterDeclarations();
724 std::vector<List::ElementAndDelimiter<syntax::SimpleDeclaration>>
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/Syntax/
H A DNodes.cpp91 case NodeKind::SimpleDeclaration: in operator <<()
433 syntax::SimpleDeclaration::declarators() { in declarators()
507 std::vector<syntax::SimpleDeclaration *>
509 std::vector<syntax::SimpleDeclaration *> Children; in parameters()
512 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(C)); in parameters()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/Syntax/
H A DNodes.cpp91 case NodeKind::SimpleDeclaration: in operator <<()
433 syntax::SimpleDeclaration::declarators() { in declarators()
507 std::vector<syntax::SimpleDeclaration *>
509 std::vector<syntax::SimpleDeclaration *> Children; in parameters()
512 Children.push_back(llvm::cast<syntax::SimpleDeclaration>(C)); in parameters()

123