Searched defs:Anchor (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 188 StringRef Anchor; variable 216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 264 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 429 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() 484 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 84 ListTy *Anchor = static_cast<ListTy *>(this); in getListOwner() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 90 EditGenerator transformer::noopEdit(RangeSelector Anchor) { in noopEdit() 133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 498 SDValue Anchor = Base.getOperand(0); expandAddress() local
|
H A D | SystemZISelLowering.cpp | 3497 uint64_t Anchor = Offset & ~uint64_t(0xfff); lowerGlobalAddress() local
|