Home
last modified time | relevance | path

Searched defs:NodeKind (Results 1 – 12 of 12) 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.h37 enum class NodeKind { ST_Leaf, ST_Internal }; enum
H A DYAMLTraits.h42 enum class NodeKind : uint8_t { enum
H A DYAMLParser.h123 enum NodeKind { enum
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp489 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.h83 enum NodeKind : unsigned char { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h48 enum class NodeKind { enum
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp275 VariantValue::VariantValue(ASTNodeKind NodeKind) : Type(VT_Nothing) { in VariantValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h225 enum class NodeKind { enum
H A DItaniumDemangle.h165 #define NODE(NodeKind) K##NodeKind, argument
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp266 DynTypedMatcher DynTypedMatcher::trueMatcher(ASTNodeKind NodeKind) { in trueMatcher()