Searched defs:Anchor (Results 1 – 6 of 6) sorted by relevance
/freebsd/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() argument 259 BlockScalarNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,StringRef Value,StringRef RawVal) BlockScalarNode() argument 424 MappingNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,MappingType MT) MappingNode() argument 479 SequenceNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,SequenceType ST) SequenceNode() argument [all...] |
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 83 ListTy *Anchor = static_cast<ListTy *>(this); getListOwner() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 513 SDValue Anchor = Base.getOperand(0); in expandAddress() local
|
H A D | SystemZISelLowering.cpp | 3520 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
|