Searched defs:ASTNode (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.h | 87 template <typename T> std::string safeGetName(const T *ASTNode) { in safeGetName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Mustache.h | 86 class ASTNode; variable
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 183 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 D | Documentation.h | 38 const void *ASTNode; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexDataConsumer.h | 44 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 41 DynTypedNode ASTNode; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 121 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 D | DILAST.h | 51 ASTNode(uint32_t location, NodeKind kind) in ASTNode() function
|