Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DItaniumMangle.cpp83 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function
710 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()
865 DC = getEffectiveParentContext(DC); in IgnoreLinkageSpecDecls()
873 if (!IgnoreLinkageSpecDecls(getEffectiveParentContext(NS)) in isStd()
973 DC = getEffectiveParentContext(DC); in mangleNameWithAbiTags()
DMicrosoftMangle.cpp110 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function
520 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()