Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp205 const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function in __anon01ebe6bc0111::ItaniumMangleContextImpl
790 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()
959 if (!Context.getEffectiveParentContext(NS)->isTranslationUnit()) in isStd()
1070 DC = Context.getEffectiveParentContext(DC); in mangleNameWithAbiTags()
H A DMicrosoftMangle.cpp124 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function
562 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()