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.cpp337 void setUsedAbiTags(const AbiTagList &AbiTags) { in setUsedAbiTags() argument
338 UsedAbiTags = AbiTags; in setUsedAbiTags()
373 void writeSortedUniqueAbiTags(raw_ostream &Out, const AbiTagList &AbiTags) { in writeSortedUniqueAbiTags() argument
374 for (const auto &Tag : AbiTags) { in writeSortedUniqueAbiTags()
383 AbiTagState *AbiTags = nullptr; member in __anon01ebe6bc0111::CXXNameMangler
407 AbiTagsRoot(AbiTags) { in CXXNameMangler()
415 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
419 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
424 NullOut(false), Structor(nullptr), AbiTagsRoot(AbiTags) {} in CXXNameMangler()
428 FunctionTypeDepth(Outer.FunctionTypeDepth), AbiTagsRoot(AbiTags), in CXXNameMangler()
[all …]