Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp204 const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function in __anon168347090111::ItaniumMangleContextImpl
748 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()
904 if (!Context.getEffectiveParentContext(NS)->isTranslationUnit()) in isStd()
1014 DC = Context.getEffectiveParentContext(DC); in mangleNameWithAbiTags()
H A DMicrosoftMangle.cpp124 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext() function
536 DC = getEffectiveParentContext(DC); in shouldMangleCXXName()