Searched defs:getMSLocalManglingParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h215 const Scope *getMSLocalManglingParent() const { function in class:clang::Scope
218 Scope *getMSLocalManglingParent() { return MSLocalManglingParent; } function in class:clang::Scope
273 if (Scope *MSLMP = getMSLocalManglingParent())
278 if (Scope *MSLMP = getMSLocalManglingParent())
283 if (const Scope *MSLMP = getMSLocalManglingParent())

Completed in 54 milliseconds