Home | History | Annotate | Download | only in Symbol

Lines Matching defs:GetTranslationUnitDecl

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();
1041 ClangASTContext::GetTranslationUnitDecl (clang::ASTContext *ast)
1043 return ast->getTranslationUnitDecl();
1140 decl_ctx = ast->getTranslationUnitDecl();
1197 ast->getTranslationUnitDecl(), // Is this the right decl context?, SourceLocation StartLoc,
1211 ast->getTranslationUnitDecl(), // Is this the right decl context?
1289 decl_ctx = ast->getTranslationUnitDecl();
1744 decl_ctx = ast->getTranslationUnitDecl();
1803 TranslationUnitDecl *translation_unit_decl = ast->getTranslationUnitDecl ();
1910 decl_ctx = ast->getTranslationUnitDecl();
1987 ast->getTranslationUnitDecl(),