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

References

tools/clang/lib/AST/ASTContext.cpp
 9878     while (LexicalContext && !isa<FunctionDecl>(LexicalContext))
 9878     while (LexicalContext && !isa<FunctionDecl>(LexicalContext))
 9879       LexicalContext = LexicalContext->getLexicalParent();
 9879       LexicalContext = LexicalContext->getLexicalParent();
 9883     if (!LexicalContext)
 9889         Context.GetGVALinkageForFunction(cast<FunctionDecl>(LexicalContext));