reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
14101   while (!BlockScope->isCompoundStmtScope() && BlockScope->getParent())
14101   while (!BlockScope->isCompoundStmtScope() && BlockScope->getParent())
14102     BlockScope = BlockScope->getParent();
14102     BlockScope = BlockScope->getParent();
14104   Scope *ContextScope = BlockScope;
14117     PushOnScopeChains(ExternCPrev, BlockScope, /*AddToContext*/false);
14197   FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(BlockScope, D));