Home
last modified time | relevance | path

Searched defs:NodeKind (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h87 ASTNodeKind NodeKind; variable
109 MatcherOps(ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps()
348 ASTNodeKind *NodeKind; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h38 enum class NodeKind { ST_Leaf, ST_Internal }; enum
H A DYAMLTraits.h44 enum class NodeKind : uint8_t { enum
H A DYAMLParser.h125 enum NodeKind { enum
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h20 enum class NodeKind { enum
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp487 using NodeKind = typename NodeType::NodeKind; in sortNodesTopologically() typedef
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h32 enum class NodeKind : uint16_t { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h84 enum NodeKind : unsigned char { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h49 enum class NodeKind { enum
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp274 VariantValue::VariantValue(ASTNodeKind NodeKind) : Type(VT_Nothing) { in VariantValue()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp265 DynTypedMatcher DynTypedMatcher::trueMatcher(ASTNodeKind NodeKind) { in trueMatcher()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h227 enum class NodeKind { enum
H A DItaniumDemangle.h169 #define NODE(NodeKind) K##NodeKind, argument