Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h87 ASTNodeKind NodeKind; variable
109 MatcherOps(ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps()
348 ASTNodeKind *NodeKind; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h43 enum class NodeKind : uint8_t { enum
H A DYAMLParser.h123 enum NodeKind { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp488 using NodeKind = typename NodeType::NodeKind; in sortNodesTopologically() typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h37 enum class NodeKind : uint16_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h82 enum NodeKind : unsigned char { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h46 enum class NodeKind { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp274 VariantValue::VariantValue(ASTNodeKind NodeKind) : Type(VT_Nothing) { in VariantValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp266 DynTypedMatcher DynTypedMatcher::trueMatcher(ASTNodeKind NodeKind) { in trueMatcher()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h225 enum class NodeKind { enum
H A DItaniumDemangle.h117 #define ENUMERATOR(NodeKind) K ## NodeKind, argument