Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.h68 template <typename T> std::string safeGetName(const T *ASTNode) { in safeGetName()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h183 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
205 TypeNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() function
227 StmtNode(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