Home
last modified time | relevance | path

Searched defs:nodeName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h53 virtual std::string nodeName() const { return "ASTNode"; } in nodeName() function
116 virtual std::string nodeName() const { return "ListASTNode"; } in nodeName() function
204 virtual std::string nodeName() const { return "CommandFileASTNode"; } in nodeName() function
239 virtual std::string nodeName() const { return "ExprASTNode"; } in nodeName() function
264 virtual std::string nodeName() const { return "IntConstExprASTNode"; } in nodeName() function
291 virtual std::string nodeName() const { return "VariableExprASTNode"; } in nodeName() function
314 virtual std::string nodeName() const { return "SymbolRefExprASTNode"; } in nodeName() function
335 virtual std::string nodeName() const { return "NegativeExprASTNode"; } in nodeName() function
358 virtual std::string nodeName() const { return "BooleanNotExprASTNode"; } in nodeName() function
381 virtual std::string nodeName() const { return "SourceFileFunctionASTNode"; } in nodeName() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.cpp34 StringRef nodeName = node->getName(); in removeExpectedNodeNameSuffix() local