Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h87 template <typename T> std::string safeGetName(const T *ASTNode) { in safeGetName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMustache.h86 class ASTNode; variable
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h183 DeclNode(const llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
205 TypeNode(const llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
227 StmtNode(const llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DDocumentation.h38 const void *ASTNode; member
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h44 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence() argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h41 DynTypedNode ASTNode; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp121 class ASTNode { class
133 ASTNode(llvm::StringMap<AstPtr> &Partials, llvm::StringMap<Lambda> &Lambdas, in ASTNode() function in llvm::mustache::ASTNode
139 ASTNode(std::string Body, ASTNode *Parent, llvm::StringMap<AstPtr> &Partials, in ASTNode() function in llvm::mustache::ASTNode
147 ASTNode(Type Ty, Accessor Accessor, ASTNode *Parent, in ASTNode() function in llvm::mustache::ASTNode
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h51 ASTNode(uint32_t location, NodeKind kind) in ASTNode() function