HomeSort by relevance Sort by last modified time
    Searched defs:GetTranslationUnitDecl (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 182 GetTranslationUnitDecl (clang::ASTContext *ast);
185 GetTranslationUnitDecl ()
187 return GetTranslationUnitDecl (getASTContext());
  /external/lldb/source/Symbol/
ClangASTContext.cpp 356 ast->getTranslationUnitDecl()->setHasExternalLexicalStorage(true);
357 //ast->getTranslationUnitDecl()->setHasExternalVisibleStorage(true);
370 ast->getTranslationUnitDecl()->setHasExternalLexicalStorage(false);
371 //ast->getTranslationUnitDecl()->setHasExternalVisibleStorage(false);
392 m_ast_ap->getTranslationUnitDecl()->setHasExternalLexicalStorage();
393 //m_ast_ap->getTranslationUnitDecl()->setHasExternalVisibleStorage();
    [all...]

Completed in 44 milliseconds