Searched refs:FnParent (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp38 FnParent = parent->FnParent;
50 MSLocalManglingParent = FnParent = BlockParent = nullptr;
56 if (flags & FnScope) FnParent = this;
/external/clang/include/clang/Sema/
H A DScope.h146 /// FnParent - If this scope has a parent scope that is a function body, this
148 Scope *FnParent; member in class:clang::Scope
212 const Scope *getFnParent() const { return FnParent; }
213 Scope *getFnParent() { return FnParent; }

Completed in 55 milliseconds