Home
last modified time | relevance | path

Searched defs:Anchor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h188 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 DMutations.cpp30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h83 ListTy *Anchor = static_cast<ListTy *>(this); getListOwner() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp90 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 DSystemZISelDAGToDAG.cpp513 SDValue Anchor = Base.getOperand(0); in expandAddress() local
H A DSystemZISelLowering.cpp3520 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local