HomeSort by: relevance | last modified time | path
    Searched defs:LexicalContext (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10786 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod();
10787 while (LexicalContext && !isa<FunctionDecl>(LexicalContext))
10788 LexicalContext = LexicalContext->getLexicalParent();
10791 // LexicalContext.
10792 if (!LexicalContext)
10798 Context.GetGVALinkageForFunction(cast<FunctionDecl>(LexicalContext));

Completed in 107 milliseconds