Searched defs:ASTNode (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.h | 68 safeGetName(const T * ASTNode) safeGetName() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Selection.h | 129 DynTypedNode ASTNode; member
|
H A D | Protocol.h | 1997 struct ASTNode { global() struct 2017 childrenASTNode global() argument
|
H A D | XRefs.cpp | 911 handleDeclOccurrence(const Decl * D,index::SymbolRoleSet Roles,llvm::ArrayRef<index::SymbolRelation> Relations,SourceLocation Loc,index::IndexDataConsumer::ASTNodeInfo ASTNode) handleDeclOccurrence() argument [all...] |
/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(recor function 227 StmtNode(llvm::Record *record = nullptr) : ASTNode(record) {} ASTNode() function [all...] |
/llvm-project/clang/include/clang-c/ |
H A D | Documentation.h | 38 const void *ASTNode; member
|
/llvm-project/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 44 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence() argument
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 41 DynTypedNode ASTNode; member
|
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 106 handleDeclOccurrence(const Decl * D,SymbolRoleSet Roles,ArrayRef<SymbolRelation> Relations,SourceLocation Loc,ASTNodeInfo ASTNode) handleDeclOccurrence() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 534 handleDeclOccurrence(const Decl * D,index::SymbolRoleSet Roles,llvm::ArrayRef<index::SymbolRelation> Relations,SourceLocation Loc,index::IndexDataConsumer::ASTNodeInfo ASTNode) handleDeclOccurrence() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 165 SourceLocation Loc, ASTNodeInfo ASTNode) { in handleDeclOccurrence() argument [all...] |