Lines Matching refs:CompilerDeclContext
719 CompilerDeclContext *namespace_decl, TypeFromUser *type) { in FindGlobalVariable()
754 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetClangASTContext()
805 CompilerDeclContext compiler_decl_ctx( in FindExternalVisibleDecls()
837 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls()
851 CompilerDeclContext &namespace_decl, unsigned int current_id) { in FindExternalVisibleDecls()
942 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()
1037 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in FindExternalVisibleDecls()
1144 CompilerDeclContext frame_decl_context = in FindExternalVisibleDecls()
1146 : CompilerDeclContext(); in FindExternalVisibleDecls()
1204 CompilerDeclContext compiler_decl_context = in FindExternalVisibleDecls()
1206 : CompilerDeclContext(); in FindExternalVisibleDecls()
1299 CompilerDeclContext frame_decl_context = in FindExternalVisibleDecls()
1301 : CompilerDeclContext(); in FindExternalVisibleDecls()
1342 CompilerDeclContext func_decl_context = function->GetDeclContext(); in FindExternalVisibleDecls()
1410 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); in FindExternalVisibleDecls()