/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 87 ASTNodeKind NodeKind; variable 109 MatcherOps(ASTNodeKind NodeKind) : NodeKind(NodeKind) {} in MatcherOps() 348 ASTNodeKind *NodeKind; member
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | VariantValueTest.cpp | 187 TEST(VariantValueTest, NodeKind) { in TEST() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 37 enum class NodeKind { ST_Leaf, ST_Internal }; enum
|
H A D | YAMLTraits.h | 42 enum class NodeKind : uint8_t { global() enum [all...] |
H A D | YAMLParser.h | 123 enum NodeKind { enum
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 489 using NodeKind = typename NodeType::NodeKind; in sortNodesTopologically() typedef
|
/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 32 enum class NodeKind : uint16_t { enum
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 178 getDeclAtPositionWithRelations(ParsedAST & AST,SourceLocation Pos,DeclRelationSet Relations,ASTNodeKind * NodeKind=nullptr) getDeclAtPositionWithRelations() argument 204 getDeclAtPosition(ParsedAST & AST,SourceLocation Pos,DeclRelationSet Relations,ASTNodeKind * NodeKind=nullptr) getDeclAtPosition() argument 395 locateASTReferent(SourceLocation CurLoc,const syntax::Token * TouchedIdentifier,ParsedAST & AST,llvm::StringRef MainFilePath,const SymbolIndex * Index,ASTNodeKind & NodeKind) locateASTReferent() argument 549 isDependentName(ASTNodeKind NodeKind) isDependentName() argument 563 locateSymbolTextually(const SpelledWord & Word,ParsedAST & AST,const SymbolIndex * Index,llvm::StringRef MainFilePath,ASTNodeKind NodeKind) locateSymbolTextually() argument 801 ASTNodeKind NodeKind; locateSymbolAt() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Twine.h | 83 enum NodeKind : unsigned char { enum
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 48 enum class NodeKind { enum
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 275 VariantValue::VariantValue(ASTNodeKind NodeKind) : Type(VT_Nothing) { in VariantValue()
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 225 enum class NodeKind { global() enum [all...] |
H A D | ItaniumDemangle.h | 164 NODE(NodeKind) global() argument
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 266 trueMatcher(ASTNodeKind NodeKind) trueMatcher() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 2994 enum NodeKind { global() enum
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 165 NODE(NodeKind) global() argument
|