Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
HDVariantValue.h87 ASTNodeKind NodeKind; variable
109 MatcherOps(ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps()
348 ASTNodeKind *NodeKind; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDSuffixTreeNode.h37 enum class NodeKind { ST_Leaf, ST_Internal }; enum
HDYAMLTraits.h42 enum class NodeKind : uint8_t { enum
HDYAMLParser.h123 enum NodeKind { enum
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceGraphBuilder.cpp489 using NodeKind = typename NodeType::NodeKind; in sortNodesTopologically() typedef
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDNodes.h32 enum class NodeKind : uint16_t { enum
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDTwine.h83 enum NodeKind : unsigned char { enum
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDDG.h48 enum class NodeKind { enum
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp275 VariantValue::VariantValue(ASTNodeKind NodeKind) : Type(VT_Nothing) { in VariantValue()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h225 enum class NodeKind { enum
HDItaniumDemangle.h164 #define NODE(NodeKind) K##NodeKind, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp266 DynTypedMatcher DynTypedMatcher::trueMatcher(ASTNodeKind NodeKind) { in trueMatcher()