Home
last modified time | relevance | path

Searched defs:ASTNode (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h69 template <typename T> std::string safeGetName(const T *ASTNode) { in safeGetName()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.h182 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
204 TypeNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
226 StmtNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h37 const void *ASTNode; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h44 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h40 DynTypedNode ASTNode; member
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h38 ASTNode() : m_parent(0) {} in ASTNode() function
41 ASTNode(ASTNode * parent) : m_parent(parent) {} in ASTNode() function
44 ASTNode(const ASTNode & other) : m_parent(other.m_parent) {} in ASTNode() function
1119 : ASTNode(), m_symbol(symbol), m_source(source) in ASTNode() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp105 SourceLocation Loc, ASTNodeInfo ASTNode) override { in handleDeclOccurrence()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp159 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence()