Home
last modified time | relevance | path

Searched refs:AbiTags (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp345 void setUsedAbiTags(const AbiTagList &AbiTags) { in setUsedAbiTags() argument
346 UsedAbiTags = AbiTags; in setUsedAbiTags()
382 void writeSortedUniqueAbiTags(raw_ostream &Out, const AbiTagList &AbiTags) { in writeSortedUniqueAbiTags() argument
383 for (const auto &Tag : AbiTags) { in writeSortedUniqueAbiTags()
392 AbiTagState *AbiTags = nullptr; member in __anon01ebe6bc0111::CXXNameMangler
416 AbiTagsRoot(AbiTags) { in CXXNameMangler()
424 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
428 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
433 NullOut(false), Structor(nullptr), AbiTagsRoot(AbiTags) {} in CXXNameMangler()
437 FunctionTypeDepth(Outer.FunctionTypeDepth), AbiTagsRoot(AbiTags), in CXXNameMangler()
[all …]